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.
This commit is contained in:
Marcus Efraimsson 2020-09-10 17:43:49 +02:00 committed by GitHub
parent d9320e37f4
commit 91a8937e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ func init() {
Placeholder: "Pagerduty Integration Key",
PropertyName: "integrationKey",
Required: true,
Secure: true,
},
{
Label: "Severity",