Browse Source

Merge branch '1.5.x'

pull/7523/merge
Madhura Bhave 9 years ago
parent
commit
bd37089fbf
  1. 9
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

9
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -793,16 +793,11 @@ users full access to the health endpoint in a secure application. To do so, set @@ -793,16 +793,11 @@ 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

Loading…
Cancel
Save