Document health indicator property for Spring Boot 2.x.
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` (default `true`).
|
||||
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`.
|
||||
|
||||
|
||||
=== Authentication
|
||||
@@ -428,4 +427,4 @@ added after the original pull request but before a merge.
|
||||
other target branch in the main project).
|
||||
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
|
||||
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
|
||||
message (where XXXX is the issue number).
|
||||
message (where XXXX is the issue number).
|
||||
|
||||
Reference in New Issue
Block a user