Skip to content

Commit

Permalink
Add flag to rotate webhook secret (#17989)
Browse files Browse the repository at this point in the history
Co-authored-by: debjyoti11 <debjyotiroy88@gmail.com>
  • Loading branch information
debroy and debjyoti11 authored Feb 25, 2022
1 parent 2257f6b commit 7f09862
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@
"webhookSecretUpdateTime": {
"description": "Time when the webhook secret was updated.",
"type": "string"
},
"rotateWebhookSecret": {
"description": "A flag to instruct the backend service to rotate webhook secret.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 7f09862

Please sign in to comment.