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!
https://technotim.live
1.03k stars 327 forks source link

Authelia 4.38.0 has deprecated some fields #312

Open vk6xebec opened 6 months ago

vk6xebec commented 6 months ago

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"

timothystewart6 commented 6 months ago

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!