techno-tim / techno-tim.github.io

Open Source, Community Driven, Documentation for Techno Tim YouTube Videos/ Complete with examples for all your copy pasta needs!

Home Page:https://technotim.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authelia 4.38.0 has deprecated some fields

vk6xebec opened this issue · comments

Hi Tim,

Great tutorial! Authelia 4.38.0 has deprecated some elements and the code will need future updates for the upcoming v5. Could the code please be updated to address the following warnings?

  1. Configuration: configuration key 'jwt_secret' is deprecated in 4.38.0 and has been replaced by 'identity_validation.reset_password.jwt_secret

  2. Configuration: configuration keys 'server.host', 'server.port', and 'server.path' are deprecated in 4.38.0 and has been replaced by 'server.address' in the format of '[tcp[(4|6)]://][:][/]' or 'tcp[(4|6)://][hostname]:[/]

  3. Configuration: session: option 'domain' is deprecated in v4.38.0 and has been replaced by a multi-domain configuration

"This has automatically been mapped for you but you will need to adjust your configuration to remove this message and receive the latest messages"

Thanks for the heads up! If you'd like to update these files with a PR they are here!

https://github.com/techno-tim/launchpad/tree/master/docker/authelia

Otherwise I will try to in the future!