-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Secrets handling in Helm charts not safe #1814
Comments
Could you review and see if this is covered by #1782 already? |
Hi @mars-lan, my impression is that it fixes the issue with passwords verbatim in configmap and moves them to secret instead. We use sealed secrets (https://github.com/bitnami-labs/sealed-secrets) for our secrets, and I do not fully understand if the changes is allowing us to use that. When will #1782 get merged to master branch? BR |
HI @themightylaz, Thanks. |
@themightylaz FYI #1782 has been merged now. |
As it is an auto-generating password that it will be used only in datahub and we won't need to store this password outside of the cluster so I think it is OK to keep in this way. Thank you, |
What do you think, @themightylaz? Can we close this issue now? |
Hi @mars-lan, initial checking looks good so closing issue, thanks for your help! |
Hi,
Secrets handling in Helm charts are not encrypted.
Would it be possible to remove the process that creates secrets from the Helm charts.
In this case we could create sealed secrets manually as a separate process beforehand and Helm chart would be just responsible for deploying the application.
Best regards
//Lars
The text was updated successfully, but these errors were encountered: