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.
pull/27515/head
Marcus Efraimsson 5 years ago committed by GitHub
parent d9320e37f4
commit 91a8937e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/alerting/notifiers/pagerduty.go

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

Loading…
Cancel
Save