Skip to content

Commit

Permalink
Merging documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Dec 27, 2023
1 parent 8fbfa40 commit 93b7cd2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ NOTE: If you already have `spring-retry` and `spring-boot-starter-aop` on the cl
and want to enable fail-fast, but do not want retry to be enabled; you can disable retry for `Secrets` `PropertySources`
by setting `spring.cloud.kubernetes.secrets.retry.enabled=false`.

Since data coming from Secrets is usually treated as sensitive, endpoints of the actuator `/env` and `/configprops` can be made to sanitize data, so that it is not displayed in plain text. In order to do that, you need to set:

[source]
----
spring.cloud.kubernetes.sanitize.secrets=true
----

This setting is supported since `3.0.6` and upwards.

.Properties:
[options="header,footer"]
|===
Expand Down

0 comments on commit 93b7cd2

Please sign in to comment.