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",