You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For what I've seen, most systems ignore a trailing newline in password files, but alertmanger does not.
Since there is no way an smtp password ends in \n, the failure mode is a cryptic smtp auth failure, and alertmanager's behaviour is unique in this, it is a frustrating issue to debug.
I think it would be an improvement if alertmanager ignored trailing newlines when reading smtp_auth_password_file.
The text was updated successfully, but these errors were encountered:
For what I've seen, most systems ignore a trailing newline in password files, but alertmanger does not.
Since there is no way an smtp password ends in \n, the failure mode is a cryptic smtp auth failure, and alertmanager's behaviour is unique in this, it is a frustrating issue to debug.
I think it would be an improvement if alertmanager ignored trailing newlines when reading
smtp_auth_password_file
.The text was updated successfully, but these errors were encountered: