SYSTEM Cited by 1 source
GCP Secret Manager¶
GCP Secret Manager is Google Cloud's managed secret-storage service — secure storage + IAM-gated access + audit logging for API keys, passwords, certificates, and other secret values that cloud workloads need at runtime.
Stub page — expand on future sources. Canonical wiki instance is
the external
secrets-manager interpolation pattern where rpk connect
--secrets names GCP Secret Manager as one of four supported
backends alongside AWS Secrets
Manager, Azure Key Vault, and
Redis.
Seen in¶
- sources/2024-12-03-redpanda-redpanda-243-extends-lakehouses-with-streaming-data-cdc
— named as one of four supported backends for the 24.3
rpk connect --secretsinterpolation feature.
Related¶
- systems/aws-secrets-manager · systems/azure-key-vault · systems/redis — peer secret-manager backends.
- patterns/external-secrets-manager-interpolation — the pattern this system realises.