mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1066] [BUG] LLDAP not starting after changing for _FILE secrets #380
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#380
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 @Flyingfufu on GitHub (Dec 26, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/1066
Describe the bug
After changing from using .env LLDAP_JWT_SECRET and LLDAP_KEY_SEED to LLDAP_JWT_SECRET_FILE and LLDAP_KEY_SEED_FILE with the exact same content, LLDAP is not starting anymore but throw the following error:
The original value where written LLDAP_JWT_SECRET=XXXX, not ='XXXX'
Both contains special characters and are 64 characters long.
Installation is done under Docker, using the :latest version
Expected behavior
Restart as when using the .env data.
Additional context
https://discordapp.com/channels/898492935446876200/1321896418536853525
@nitnelave commented on GitHub (Dec 26, 2024):
I could not reproduce it with:
@burn3r10 commented on GitHub (Nov 15, 2025):
I'm setting the variable in the config file and getting this same error.
Or I get told I need to set a JWT_Secret variable despite having one set already.
@nitnelave commented on GitHub (Nov 15, 2025):
Can you open a new issue with the details of your configuration? Which keys are you setting?