diff --git a/multi/multi__client_side_usage.html b/multi/multi__client_side_usage.html index 67aac053..78174c93 100644 --- a/multi/multi__client_side_usage.html +++ b/multi/multi__client_side_usage.html @@ -62,6 +62,5 @@ configuration. Depending on how you have set up Vault you might need additional configuration like SSL and authentication.
If the application imports the spring-boot-starter-actuator project, the
-status of the vault server will be available via the /health endpoint.
The vault health indicator can be enabled or disabled through the
-property health.vault.enabled (default true).
Vault requires an authentication mechanism to authorize client requests.
Spring Cloud Vault supports multiple authentication mechanisms to authenticate applications with Vault.
For a quickstart, use the root token printed by the Vault initialization.
Example 2.3. bootstrap.yml
spring.cloud.vault: +status of the vault server will be available via the/healthendpoint.The vault health indicator can be enabled or disabled through the property
management.health.vault.enabled(default totrue).Vault requires an authentication mechanism to authorize client requests.
Spring Cloud Vault supports multiple authentication mechanisms to authenticate applications with Vault.
For a quickstart, use the root token printed by the Vault initialization.
Warning Consider carefully your security requirements. Static token authentication is fine if you want quickly get started with Vault, but a static token is not protected any further. Any disclosure to unintended parties allows Vault use with the associated token roles.