GCP Secret Manager
Google Cloud Platform (GCP) Secret Manager.
Configuring GCP Secret Manager
To enable use of the GCP vault, you must first set the following environment variables:
GOOGLE_APPLICATION_CREDENTIALS (required)
Enter the path to the service account JSON key file.
The Control Center or Application configuration file must then be updated to point to the GCP Secret Manager.
secureStorages:
- id: gcp
vaultType: GCP
vaultConfiguration:
gcpProjectId: <your_gcp_project_id>
