saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

Authelia - Expand configuration scope #100

Closed saltydk closed 6 months ago

saltydk commented 1 year ago

Build out the role so that we can take a list of users/passwords or look at alternative ways to manage them externally so that Saltbox can fully manage Authelia's configuration which would allow for us to automatically upgrade the algorithm whenever it is needed.

This issue will also be taking any ideas you guys might have for the role rewrite so please submit them here as soon as possible.

May incorporate https://github.com/saltyorg/Saltbox/issues/50 as part of this rework.

owine commented 1 year ago

To account for potential future breaking config changes in Authelia, refactor the authelia-reset operations to upgrade the config based on deprecations rather then reset the config entirely.

saltydk commented 9 months ago

Look at migrating the role from using authelia_redis to authelia-redis as it triggers a warning due to hostnames technically not being allowed to have underscores in them.

saltydk commented 6 months ago

@owine wouldn't we consider this completed already or?