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 cb0c043088..96e6bc50a3 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -793,18 +793,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