Allow manual configuration of Pagerduty Integration Key (#11519)

* Allow manual configuration of Pagerduty Integration Key

Pagerduty supports a global event queue per account and provides the integration key for it. This allows you to enter the key directly and bypass the OAuth workflow if desired.

* Update Pagerduty.php

Fixed spacing.
This commit is contained in:
spencerryan
2020-05-01 23:03:11 -04:00
committed by GitHub
parent 5ac05e9221
commit a545c87ad5

View File

@@ -103,6 +103,11 @@ class Pagerduty extends Transport
'title' => 'Service',
'type' => 'hidden',
'name' => 'service_name',
],
[
'title' => 'Integration Key',
'type' => 'text',
'name' => 'service_key',
]
],
'validation' => []