You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1002,7 +1002,7 @@ content into your application; rather pick only the properties that you need.
1002
1002
endpoints.beans.sensitive= # Mark if the endpoint exposes sensitive information.
1003
1003
endpoints.configprops.enabled= # Enable the endpoint.
1004
1004
endpoints.configprops.id= # Endpoint identifier.
1005
-
endpoints.configprops.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
1005
+
endpoints.configprops.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services,sun.java.command # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
1006
1006
endpoints.configprops.path= # Endpoint path.
1007
1007
endpoints.configprops.sensitive= # Mark if the endpoint exposes sensitive information.
1008
1008
endpoints.docs.curies.enabled=false # Enable the curie generation.
@@ -1015,7 +1015,7 @@ content into your application; rather pick only the properties that you need.
1015
1015
endpoints.dump.sensitive= # Mark if the endpoint exposes sensitive information.
1016
1016
endpoints.env.enabled= # Enable the endpoint.
1017
1017
endpoints.env.id= # Endpoint identifier.
1018
-
endpoints.env.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
1018
+
endpoints.env.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services,sun.java.command # Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions.
1019
1019
endpoints.env.path= # Endpoint path.
1020
1020
endpoints.env.sensitive= # Mark if the endpoint exposes sensitive information.
0 commit comments