Skip to content

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

@NataliaAiupova

Description

@NataliaAiupova

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

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)status: duplicateA duplicate of another issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions