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

Request for a container image/helm chart #16

Closed
sinicis opened this issue Feb 25, 2021 · 3 comments
Closed

Request for a container image/helm chart #16

sinicis opened this issue Feb 25, 2021 · 3 comments

Comments

@sinicis
Copy link

sinicis commented Feb 25, 2021

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:

  1. Instead of hardcoding the hash you could read it from an environment variable. The hash could then be stored in a k8s secret
  2. 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.

@doubletao318
Copy link
Collaborator

About the hash, now we are working on this by storing it in secret. But for the helm chart , there is no plan. Maybe we should try it.

@hairmare
Copy link

some work re the charts is in #35

@YeYoot
Copy link
Collaborator

YeYoot commented Feb 20, 2023

Currently, helm is supported.

@YeYoot YeYoot closed this as completed Feb 20, 2023
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

No branches or pull requests

4 participants