-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: allow GH priv key from env in helm chart #884
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there anything else I need to do get this reviewed please? |
I have the same issue - we are using vault and all secrets must be passed as ENV (not as file |
We're going to review and merge this before our next controller minor release! Thanks for your patience. |
@Marchenkov Hey! How does this PR solve your issue?
If you're using vault-k8s' injector you should get files instead of envvars. |
Many thanks mainly commented to stop the stale bot 😀 |
I'm use vault-secrets-webhook and no way to inject to file. |
@Marchenkov I was also wondering if this hard-coded env name and secretKeyRef values might affect your use-case
But after reading how bank-vaults mutating webhook works, perhaps that's also no issue. Thanks for confirming! |
I'm now wondering if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging. Thanks for your contribution and support @apr-1985 @Marchenkov
Allowing the ability to get the GH priv key from the env when using the helm chart.
Feature Code added in #383
I have tested switching between Env and file by toggling the new helm chart variable and this works without issue.
This feature increases the interop with secrets managers that inject to ENV at run time.