epinio / helm-charts

Epinio Helm chart
https://epinio.github.io/helm-charts/
2 stars 15 forks source link

Add a custom admin/user password #483

Closed enrichman closed 1 year ago

enrichman commented 1 year ago

Is your feature request related to a problem?

At the moment the admin and the user passwords are hardcoded as password. It will be nice to have a way to provide a way to customize these values.

Solution you'd like

To avoid breaking changes we could add a couple of extra values, such as adminPassword and userPassword. If provided these values will be hashed and used as the passwords. Otherwise the default password will be used.

Alternatives you've considered

No response

Anything else?

No response

enrichman commented 1 year ago

/cc @olblak