Commit 91a8937e by Marcus Efraimsson Committed by GitHub

Alerting: Fix integration key so it's stored encrypted for Pagerduty notifier (#27484)

Fixes an issue introduced by migration in #25980 which 
removed storing the Pagerduty integrating key encrypted.
parent d9320e37
......@@ -28,6 +28,7 @@ func init() {
Placeholder: "Pagerduty Integration Key",
PropertyName: "integrationKey",
Required: true,
Secure: true,
},
{
Label: "Severity",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment