Fix documentation for health endpoint security
Fixes gh-9273
This commit is contained in:
parent
f8de022f0a
commit
57dfbd50a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue