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

[Helm Chart] Add env, configmap, secret and volumes support #137

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

iAnomaly
Copy link

@iAnomaly iAnomaly commented Feb 16, 2024

We have the use case of using google-cas-issuer outside of GKE but want to lean on GCP's Workload Identity instead of static Service Account credentials.

We can achieve this by using a ConfigMap/Secret mounting the Workload Identity Pool credential configuration JSON and referencing it via the GOOGLE_APPLICATION_CREDENTIALS environment variable.

This PR enables this with the generic solution of supporting arbitrary env, ConfigMap, Secret and volumes/volumeMounts support.

@iAnomaly
Copy link
Author

FYI @inteon, let me know if you would like me to make a separate Issue to correspond to this PR and/or if you need anything else from me.

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.

None yet

1 participant