From 3e3587e0fb10c7c27da9f0f7b3ed13c03148e05f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 22 Apr 2020 12:57:08 -0700 Subject: [PATCH] Polish --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index 3cc0f50c74..7d9a189a53 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2166,7 +2166,8 @@ See also the section on "`<>`" for [[howto-sanitize-sensible-values]] -=== Sanitize sensible values +[[howto-sanitize-sensitive-values]] +=== Sanitize Sensitive Values Information returned by the `env` and `configprops` endpoints can be somewhat sensitive so keys matching a certain pattern are sanitized by default (i.e. their values are replaced by `+******+`). Spring Boot uses sensible defaults for such keys: for instance, any key ending with the word "password", "secret", "key" or "token" is sanitized.