We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5f151 commit 3e2433cCopy full SHA for 3e2433c
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
@@ -86,9 +86,9 @@ The following endpoints are available:
86
|true
87
88
|`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
+|Shows application health information (a simple '`status`' when accessed over an
+unauthenticated connection or full message details when authenticated).
+|false
92
93
|`info`
94
|Displays arbitrary application info.
0 commit comments