scaleoutsystems / stackn

A minimalistic and pluggable machine learning platform for Kubernetes.
http://www.scaleoutsystems.com
Apache License 2.0
35 stars 13 forks source link

Hard-coded password for Docker Registry app #244

Closed carmat88 closed 1 year ago

carmat88 commented 3 years ago

Is your feature request related to a problem? Please describe. In the values.yaml file for the Docker Registry app there is an hard-coded password. While this can be okay for testing and developement, it should not be the case for a production environment.

Describe the solution you'd like Using existing secrets or creating one for the app.

How would the solution positively affect the functionality? Improving security.