Skip to content

Commit 3e3587e

Browse files
committed
Polish
1 parent b3d3375 commit 3e3587e

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,8 @@ See also the section on "`<<boot-features-error-handling, Error Handling>>`" for
21662166

21672167

21682168
[[howto-sanitize-sensible-values]]
2169-
=== Sanitize sensible values
2169+
[[howto-sanitize-sensitive-values]]
2170+
=== Sanitize Sensitive Values
21702171
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 `+******+`).
21712172

21722173
Spring Boot uses sensible defaults for such keys: for instance, any key ending with the word "password", "secret", "key" or "token" is sanitized.

0 commit comments

Comments
 (0)