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

Skip CloudSqlEnvironmentPostProcessor in bootstrap context #273

Merged
merged 2 commits into from
Feb 9, 2021

Conversation

meltsufin
Copy link
Member

Also avoid processing property placeholders in the CloudSqlEnvironmentPostProcessor as they should be processed later.

This enables the use of Secrets Manager property placeholders together with Cloud SQL configuration.

Fixes: #252.

Also avoid processing property placeholders in the `CloudSqlEnvironmentPostProcessor` as they should be processed later.

This enables the use of Secrets Manager property placeholders together with Cloud SQL configuration.

Fixes: #252.
@sonarcloud
Copy link

sonarcloud bot commented Feb 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@meltsufin meltsufin merged commit dc7877e into main Feb 9, 2021
@meltsufin meltsufin deleted the bootstrap-sql-fix branch February 9, 2021 14:43
kateryna216 added a commit to kateryna216/spring-cloud-gcp that referenced this pull request Oct 20, 2022
…udPlatform#273)

Also avoid processing property placeholders in the `CloudSqlEnvironmentPostProcessor` as they should be processed later.

This enables the use of Secrets Manager property placeholders together with Cloud SQL configuration.

Fixes: GoogleCloudPlatform#252, and possibly GoogleCloudPlatform#215.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spring.cloud.gcp.sql properties getting ignored in application.yml
3 participants