Polishing.
Update documentation to Spring Boot 2.x to reflect health endpoint configuration. Original pull request: gh-238.
This commit is contained in:
@@ -241,8 +241,7 @@ additional configuration like
|
||||
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` (Spring Boot 1.x) or `management.health.vault.enabled` (Spring Boot 2.x) - both default to `true`.
|
||||
|
||||
The vault health indicator can be enabled or disabled through the property `management.health.vault.enabled` (default to `true`).
|
||||
|
||||
=== Authentication
|
||||
|
||||
|
||||
@@ -205,9 +205,7 @@ additional configuration like
|
||||
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`).
|
||||
|
||||
The vault health indicator can be enabled or disabled through the property `management.health.vault.enabled` (default to `true`).
|
||||
|
||||
=== Authentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user