Merge pull request #14705 from influxdata/fix_routing_key

fix(notification/pagerduty): routingKey encode
pull/14714/head
kelwang 2019-08-19 14:06:26 -04:00 committed by GitHub
commit 06a76374ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type PagerDuty struct {
URL string `json:"url"`
// RoutingKey is a version 4 UUID expressed as a 32-digit hexadecimal number.
// This is the Integration Key for an integration on any given service.
RoutingKey influxdb.SecretField `json:"routing-key"`
RoutingKey influxdb.SecretField `json:"routingKey"`
}
// BackfillSecretKeys fill back fill the secret field key during the unmarshalling