Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting GCP secrets is not working properly with upgrade to 3.4.0 #34198

Closed
NataliaAiupova opened this issue Jan 6, 2025 · 1 comment
Closed
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: duplicate A duplicate of another issue

Comments

@NataliaAiupova
Copy link

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

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 6, 2025
@bclozel
Copy link
Member

bclozel commented Jan 6, 2025

I think this is a duplicate of #34124

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2025
@bclozel bclozel added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 6, 2025
@sbrannen sbrannen added type: regression A bug that is also a regression in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 7, 2025
@snicoll snicoll removed the type: regression A bug that is also a regression label Jan 8, 2025
@bclozel bclozel pinned this issue Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

5 participants