mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[GH-ISSUE #2201] EMAIL_SMTP_PASS env variable bug #4041
Reference in New Issue
Block a user
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 @Sepzilla on GitHub (Jan 1, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2201
Describe the Bug
I want to use docker secrets for
SERVER_SECRETandEMAIL_SMTP_PASS. whileSERVER_SECRETworks just fine, the smtp password seems to be affected by a bug.unlike #2092, the secret is indeed passed to the container at
/run/secrets/PASSWRD_FILEand does overwritesmtp_passthat is inconfig.yml, yet it still fails. Even with passwords being exactly the same, usingsmtp_passalone will work but when adding the docker secret file [that will output the same password if you cat the mounted file from within the container] it fails to authenticate.I've tried all other variations that I could think of between the three fil
Bug Report.md
es and the spelling/syntax; but nothing seems to do it from my end other than not using environment variables for smtp and leaving the password in
config.yml.Environment
To Reproduce
secretsto docker in compose file and add as environment variables to the pangolin service.emailin config.yml.for a complete check do
smtp_passinconfig.yml: will workconfig.ymlas is, but switch back to using docker secret: wont workExpected Behavior
authenticate with smtp server and send OTP.
@github-actions[bot] commented on GitHub (Jan 16, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Jan 30, 2026):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.