-
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
Improve the security of the kubernetes/helm charts #1747
Comments
@bharatak could you help fix these issues? |
Sorry some confusions here. @shakti-garg-saxo will be working on a PR for this. |
@shakti-garg-saxo Are you planning on including support for creating RBAC resources too? For example:
|
@jsotelo We are currently not trying to create service account as part of helm chart. We are going with assumption that serviceaccount (roles, clusterRole, etc) is pre-configured and is a parameter to LDH charts. |
@shakti-garg-saxo do you plan to re-use this issue for further security improvements? If not please feel free to close it. |
We have achieved the objectives of this issue. So, IMO we can close it. |
Is your feature request related to a problem? Please describe.
We are trying to use helm charts in contrib module. First, deployment in dev failed due to some hardcodings. In the meantime, we also discovered it having some security vulnerabilities like passwords being passed in "verbatim", etc
Describe the solution you'd like
Secure and automated deployment of helm charts
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: