diff --git a/multi/multi__service_registry_configuration.html b/multi/multi__service_registry_configuration.html index ec37d86d..b0fb9734 100644 --- a/multi/multi__service_registry_configuration.html +++ b/multi/multi__service_registry_configuration.html @@ -1,6 +1,6 @@
-You can use a DiscoveryClient (such as from Spring Cloud Consul) to locate
+
You can use a DiscoveryClient (such as from Spring Cloud Consul) to locate
a Vault server by setting spring.cloud.vault.discovery.enabled=true (default false).
The net result of that is that your apps need a bootstrap.yml (or an environment variable)
with the appropriate discovery configuration.
@@ -14,4 +14,4 @@ need to provide a scheme metadata entry to be set e
If no scheme is configured and the service is not exposed as secure service, then
configuration defaults to spring.cloud.vault.scheme which is https when it’s not set.
spring.cloud.vault.discovery: enabled: true - service-id: my-vault-service