TJM / vault-gcp-secrets

Create a Kubernetes secret with the service account key from a vault gcp roleset. This handles generic (Opaque) secrets or docker-registry (dockerconfigjson) secrets.
Apache License 2.0
4 stars 1 forks source link

Tool should support multiple secrets #8

Open TJM opened 2 years ago

TJM commented 2 years ago

Since the name indicates "secrets" this tool should support multiple secrets. The vault agent config file can support multiple template files, and it should be fairly trivial to iterate over a list to create files in the configmap.

TJM commented 1 year ago

Initial version, supporting multiple secrets (secret names) based on the same vault agent config is in place as part of 1.9.0 release