Secret
GCP Secret Manager
Integrates the Configu Orchestrator with Google Cloud Secret Manager.
- Name: GCP Secret Manager
- Category: Secret manager
Configuration
Configu needs to be authorized to access your GCP Secret manager account. By default, Configu uses the standard authentication methods that the GCP SDKs use, if you have the right IAM access credentials, you only need to provide the projectId
parameter.
Usage
.configu
store declaration
CLI examples
Upsert command
Eval and export commands
Common errors and solutions
-
Authentication error
- Solution: Ensure the
credentials
file points to a valid service account JSON key, or verify that your environment is authenticated with GCP using:
- Solution: Ensure the
-
Insufficient permissions
- Solution: Grant the necessary permissions to the service account by assigning the
Secret Manager Admin
role:
- Solution: Grant the necessary permissions to the service account by assigning the
-
Secret not found
- Solution: Ensure the secret exists in the GCP Secret Manager and that the correct
projectId
is provided in the configuration.
- Solution: Ensure the secret exists in the GCP Secret Manager and that the correct
-
Quota limit exceeded
- Solution: Check your GCP quotas and upgrade if necessary. Manage the number of secrets to stay within allowed limits.
References
- Integration Documentation: https://cloud.google.com/secret-manager/docs
Was this page helpful?