Skip to content

Commit 3e2433c

Browse files
committed
Update health endpoint sensitive flag in docs
1 parent 8a5f151 commit 3e2433c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ The following endpoints are available:
8686
|true
8787

8888
|`health`
89-
|Shows full application health information when accessed securely or a simple '`status`'
90-
message when accessed over an insecure HTTP connection.
91-
|true
89+
|Shows application health information (a simple '`status`' when accessed over an
90+
unauthenticated connection or full message details when authenticated).
91+
|false
9292

9393
|`info`
9494
|Displays arbitrary application info.

0 commit comments

Comments
 (0)