-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
When using a static user list, it would be nice to load the secrets (password hashes) separate from the main config file. Maybe merge files from a config folder.
This would be useful for kubernetes deployments where the config file could be mounted from an easy to read ConfigMap and the user credentials could be passed in as a Secret.
A simple workaround would be to split the config file into secrets and non secrets and merge two two yaml files together in the entrypoint when the container starts.
Metadata
Metadata
Assignees
Labels
No labels