Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support writing file contents directly from SPC not in secret manager #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tam7t
Copy link
Contributor

@tam7t tam7t commented May 27, 2022

A possible implementation/fix for:

kubernetes-sigs/secrets-store-csi-driver#948

This would allow the GCP secret provider class to write some static
non-secret data to a file next to the actual secret. This type of
behavior is needed because some systems like ArgoCD take in all
configuration from a single K8s secret with different key/values.

This could also be used to put public keys (and keep the private key
as just the secret value).

…anager

A possible implementation/fix for:

kubernetes-sigs/secrets-store-csi-driver#948

This would allow the GCP secret provider class to write some static
non-secret data to a file next to the actual secret. This type of
behavior is needed because some systems like ArgoCD take in all
configuration from a single K8s secret with different key/values.

This could also be used to put public keys (and keep the private key
as just the secret value).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant