Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ramesh-lingappan/777622aa659fb87914df80b9ff5f9864 to your computer and use it in GitHub Desktop.
Save ramesh-lingappan/777622aa659fb87914df80b9ff5f9864 to your computer and use it in GitHub Desktop.
SecretManager Bootstrap yaml configuration
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