From acf6f2193b22edf2a6a75a65be452309a53e729a Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 26 Oct 2015 20:09:59 +0100 Subject: [PATCH] Fix HTTP health endpoint access restrictions table layout Closes gh-4304 --- .../src/main/asciidoc/production-ready-features.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 2db1dff3c5..c9fac4d3c2 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -630,10 +630,7 @@ 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 |false |**false**