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.

(cherry picked from commit 91a8937e6c)
This commit is contained in:
Marcus Efraimsson
2020-09-17 10:44:02 +02:00
committed by Hugo Häggmark
parent 109754eeb4
commit ee59974edb
@@ -28,6 +28,7 @@ func init() {
Placeholder: "Pagerduty Integration Key",
PropertyName: "integrationKey",
Required: true,
Secure: true,
},
{
Label: "Severity",