techno-tim.github.io icon indicating copy to clipboard operation
techno-tim.github.io copied to clipboard

Authelia 4.38.0 has deprecated some fields

Open vk6xebec opened this issue 1 year ago • 1 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"

vk6xebec avatar Mar 31 '24 10:03 vk6xebec

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!

timothystewart6 avatar Apr 01 '24 20:04 timothystewart6