From 6f8a9c20fbd50b05616dc6179bb59350d9036a9b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 21 Mar 2019 20:18:35 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-vault.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-vault.html b/spring-cloud-vault.html index da13b5e4..4cdbcc15 100644 --- a/spring-cloud-vault.html +++ b/spring-cloud-vault.html @@ -433,8 +433,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.

+SSL and +authentication.

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

Vault requires an authentication mechanism to authorize client requests.

-

Spring Cloud Vault 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.