-
Couldn't load subscription status.
- Fork 38.8k
Closed as not planned
Closed as not planned
Copy link
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: duplicateA duplicate of another issueA duplicate of another issue
Description
After upgrade to the 3.4.0 version of spring boot, resolving of GCP secrets from secret manager stopped working in application.properties file
application.properties file
spring.config.import=sm://
my_test=${sm://my_secret_in_gcp}
The value of my_test results in "//my_secret_in_gcp"
and not to the value from the secret manager, which was the case with the 3.3.x and previous versions
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: duplicateA duplicate of another issueA duplicate of another issue