Skip to content

Load secrets seperate from config #412

@XenGi

Description

@XenGi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions