From 91a8937e6c6b392bd725c9bfa8466e187d640fa4 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Thu, 10 Sep 2020 17:43:49 +0200 Subject: [PATCH] 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. --- pkg/services/alerting/notifiers/pagerduty.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/services/alerting/notifiers/pagerduty.go b/pkg/services/alerting/notifiers/pagerduty.go index b9b2813b447..e3cf09f6237 100644 --- a/pkg/services/alerting/notifiers/pagerduty.go +++ b/pkg/services/alerting/notifiers/pagerduty.go @@ -28,6 +28,7 @@ func init() { Placeholder: "Pagerduty Integration Key", PropertyName: "integrationKey", Required: true, + Secure: true, }, { Label: "Severity",