Varlock plugin to pull data from Google Cloud Secret Manager
npm install @varlock/google-secret-manager-pluginThis package is a Varlock plugin that enables loading secrets from Google Cloud Secret Manager into your configuration.
See our docs site for complete installation and usage instructions.
``env-specExample .env.schema using the Google Secret Manager plugin
#@plugin(@varlock/google-secret-manager-plugin)
#use Application Default Credentials
@initGsm(projectId=my-project)
#or initialize the plugin with service account credentials
@initGsm(projectId=my-gcp-project, credentials=$GCP_SA_KEY)
---
resolver