You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is not directly related to a problem. But it takes a lot of time to maintaining the docker image on our own.
Describe the solution you'd like
We wish to have a prebuild docker image provided and maintained by you.
Currently the only blocking issue is the hash which is used to encrypt passwords. This is a nice idea but within a k8s cluster it's not necessary because the visibility of the password within the configmap can be restricted by a proper RBAC setup.
So we see two opportunities:
Instead of hardcoding the hash you could read it from an environment variable. The hash could then be stored in a k8s secret
Completely remove the password encryption part
Additional context
In a second step it would be great to have a helm chart maintained by you. This simplifies the whole installation and management of the CSI plugin massively.
We are open to contribute/assisting you with these steps.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is not directly related to a problem. But it takes a lot of time to maintaining the docker image on our own.
Describe the solution you'd like
We wish to have a prebuild docker image provided and maintained by you.
Currently the only blocking issue is the hash which is used to encrypt passwords. This is a nice idea but within a k8s cluster it's not necessary because the visibility of the password within the configmap can be restricted by a proper RBAC setup.
So we see two opportunities:
Additional context
In a second step it would be great to have a helm chart maintained by you. This simplifies the whole installation and management of the CSI plugin massively.
We are open to contribute/assisting you with these steps.
The text was updated successfully, but these errors were encountered: