mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
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:
parent
d9320e37f4
commit
91a8937e6c
@ -28,6 +28,7 @@ func init() {
|
||||
Placeholder: "Pagerduty Integration Key",
|
||||
PropertyName: "integrationKey",
|
||||
Required: true,
|
||||
Secure: true,
|
||||
},
|
||||
{
|
||||
Label: "Severity",
|
||||
|
Loading…
Reference in New Issue
Block a user