Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 667 Bytes

google_secret_manager.md

File metadata and controls

13 lines (11 loc) · 667 Bytes

Using Google Secret Manager as a backend for cerberus

You can use Google Secret Manager as a backend for cerberus. To use Google Secret Manager as a backend, you need to set the STORAGE_TYPE environment variable to google-secrets-manager. All the public keys are stored in cerberus<pub-key-hex> format. They will also have a label with key as project and value as cerberus.

Environment variables

You will need to set the GCP_PROJECT_ID environment variable to environment. Make sure you have the necessary permissions to access the secrets.

Example

cerberus \
  --storage-type google-secrets-manager \
  --gcp-project-id my-project