mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #929] [BUG] Authelia example has deprecated keys #339
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seanlongnyc on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/929
Describe the bug
Configuration keys deprecated in 4.38.0 of Authelia generate noise in logging. Currenly these settings are auto-mapped to new value but expected to break in 5.0.0
Keys to change:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Logs
msg="Configuration: configuration key '[OLD_KEY_NAME]' is deprecated in 4.38.0 and has been replaced by '[NEW_KEY]': you are not required to make any changes as this has been automatically mapped for you, but to stop this warning being logged you will need to adjust your configuration, and this configuration key and auto-mapping is likely to be removed in 5.0.0"@nitnelave commented on GitHub (Jul 10, 2024):
Thanks! Could you make a PR to update the example?