Created
April 4, 2020 10:42
-
-
Save ramesh-lingappan/777622aa659fb87914df80b9ff5f9864 to your computer and use it in GitHub Desktop.
SecretManager Bootstrap yaml configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
cloud: | |
gcp: | |
secretmanager: | |
enabled: ${GCP_SECRETS_ENABLED:false} | |
bootstrap: | |
enabled: ${GCP_SECRETS_ENABLED:false} | |
secret-name-prefix: gcp-secrets. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment