Getting GCP secrets is not working properly with upgrade to 3.4.0 #34198
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
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
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
The text was updated successfully, but these errors were encountered: