Details
Description
User Impact:
Users can not receive alert notifications after password change for SMTP.
Steps to reproduce:
- Go to Settings and enable Integrated Alerting
- Go to Communication settings and add Slack URL and SMTP settings for receiving emails, e.g
Server Address: smtp.gmail.com:465
Username: your email address
Password: (add some random password) - Create some rule that can be violated, add email as a notification channel for the alert
- Go to Communication Settings and change Password for SMTP server (add the valid one password)
- Verify if notification is received to the specified channel
Actual result:
alertmanager.yml contains old password for SMTP. Users can not receive emails due to invalid password.
Expected result:
Password for SMTP is updated in alertmanager.yml file. Users can receive notifications to the specified email.