You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration property spring.cloud.gcp.kms.credentials.location does not work. Reproduce by setting this property in the sample app and observe log output.
Cause: the CredentialsProvider bean with kmsProperties is never created because Bean of same type already created in core.
The text was updated successfully, but these errors were encountered:
fixes#1271.
Fix so `KmsAutoConfiguration` takes kms specific project id & credentials when present, otherwise fall back to core project id & credentials. Documentation is accurate, no change.
Added tests for all 4 scenarios.
kateryna216
added a commit
to kateryna216/spring-cloud-gcp
that referenced
this issue
Oct 20, 2022
…#1272)
fixesGoogleCloudPlatform#1271.
Fix so `KmsAutoConfiguration` takes kms specific project id & credentials when present, otherwise fall back to core project id & credentials. Documentation is accurate, no change.
Added tests for all 4 scenarios.
Configuration property
spring.cloud.gcp.kms.credentials.location
does not work. Reproduce by setting this property in the sample app and observe log output.Cause: the
CredentialsProvider
bean withkmsProperties
is never created because Bean of same type already created in core.The text was updated successfully, but these errors were encountered: