Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 705 Bytes

ki-secrets-and-spring-cloud.md

File metadata and controls

21 lines (14 loc) · 705 Bytes

Secrets do not work with Spring Cloud Config

If you enable Spring Cloud Config all the properties (e.g. Docker) using [Secrets]({{< ref "continuous-deployment/armory-admin/secrets" >}}) are not resolved when Spring Cloud tries to refresh.

Affected versions:

  • 2.26.x and later

Known Affected providers in Clouddriver:

  • Kubernetes
  • Cloudfoundry
  • Docker

Workaround:

Do not use secrets for properties that are annotated with @RefreshScope.