diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 4db421293a6..81c8d2fd58d 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -794,18 +794,13 @@ users full access to the health endpoint in a secure application. To do so, set `sensitive` flag value "`false`" indicated in bold): |==== -| `management.security.enabled` | `endpoints.health.sensitive` | Unauthenticated | Authenticated +| `management.security.enabled` | `endpoints.health.sensitive` | Unauthenticated | Authenticated (with right role) |false -|**false** +|* |Full content |Full content -|false -|true -|Status only -|Full content - |true |**false** |Status only