diff --git a/README.adoc b/README.adoc index 408bfafe..5df8779e 100644 --- a/README.adoc +++ b/README.adoc @@ -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 diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc index abadd7fa..9092edc2 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -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