From 92415c996ad5cbfbf2d34a0af996eccd2333ab55 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 28 Nov 2022 14:17:03 +0000 Subject: [PATCH] Fix formatting of NEVER's description Closes gh-33398 --- .../spring-boot-docs/src/docs/asciidoc/howto/actuator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/actuator.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/actuator.adoc index 2a7dd0e81eb0..4f818dc08d62 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/actuator.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/actuator.adoc @@ -42,7 +42,7 @@ Viewing original values in the unsanitized form can be configured per endpoint u This property can be configured to have the following values: - `ALWAYS` - all values are shown in their unsanitized form to all users -- `NEVER - all values are always sanitized (that is replaced by `+******+`) +- `NEVER` - all values are always sanitized (that is replaced by `+******+`) - `WHEN_AUTHORIZED` - all values are shown in their unsanitized form to authorized users For HTTP endpoints, a user is considered to be authorized if they have authenticated and have the roles configured by the endpoint's roles property.