v4.33.0+ Upgrade
Last updated
Was this helpful?
Last updated
Was this helpful?
There is one breaking change in the latest Authelia update. You will now need to amend your configuration.yml
to align with the latest changes. If you have not added this key, Authelia will refuse to start. In general, if you ever find yourself with breaking changes in Authelia you can always check their migration page and it will likely tell you what needs changing and also explains why they have made those changes.
In case of a database leak, your 2FA/TOTP information was not encrypted. This new key will now be used to encrypt this information and keep it safe, even in the event of a database leak.
If you are seeing errors like the following then you are in the right place:
In the Unraid terminal, type the following command to edit the configuration.yml
Scroll down to the storage:
section and add a new variable encryption_key
. This key needs to be secure so we suggest using a random string 64 characters long.
PLEASE NOTE:
Once this key is set, it is difficult to change it so make sure to get it right the first time!
Now that you have made the edit, simply press ctrl + x
then press y
to confirm and then enter
to save and exit. Restart your container and everything should now be secure, up and running.
If you would like to see these changes in more detail you can check out the GitHub changelog or their official documentation.