From dc46a835a162d556ac13c10fa98670ac8a8855f5 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 9 May 2017 19:35:12 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/index.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/1.0.x/index.html b/1.0.x/index.html index 45243c98..7ff9da50 100644 --- a/1.0.x/index.html +++ b/1.0.x/index.html @@ -737,10 +737,8 @@ Supported schemes are http and https.

Enabling further integrations requires additional dependencies and configuration. Depending on how you have set up Vault you might need additional configuration like -SSL and -authentication. Checkout these -chapters in the -reference guide.

+SSL and +authentication.

If the application imports the spring-boot-starter-actuator project, the @@ -748,7 +746,7 @@ status of the vault server will be available via the /health endpoi

The vault health indicator can be enabled or disabled through the -property health.vault.enabled (default true)

+property health.vault.enabled (default true).

Authentication

@@ -756,7 +754,7 @@ property health.vault.enabled (default true)

Vault requires an authentication mechanism to authorize client requests.

-

Spring Cloud Vault Config supports multiple authentication mechanisms to authenticate applications with Vault.

+

Spring Cloud Vault supports multiple authentication mechanisms to authenticate applications with Vault.

For a quickstart, use the root token printed by the Vault initialization.

@@ -1542,7 +1540,7 @@ by setting spring.cloud.vault.rabbitmq.username-property and
-

See also: Vault Documentation: Setting up RabbitMQ with Vault

+

See also: Vault Documentation: Setting up RabbitMQ with Vault