-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I'm trying to add SMTP configuration to Grafana. It should work by adding SMTP details to the corresponding section in the grafana.ini which in the base-chart is filled from monitoring.grafana.config
. However, I cannot add the password in plain text in the config, as this results in the following error:
Sensitive key 'smtp.password' should not be defi │
│ ned explicitly in values. Use variable expansion instead. You can disable this client-side validation by changing the value of assertNoLeakedSecrets.
At the same time I cannot add environment variables to Grafana to load the password from there, or disable the check by setting assertNoLeakedSecrets
to false
, as suggested here:
Related Grafana Issue 1
Related Grafana Issue 2
Am I missing something? Noone else using SMTP for Alerting? 😅
Metadata
Metadata
Assignees
Labels
No labels