Merge pull request #14689 from Bonial-International-GmbH/pjungermann/events/signature-verifier-github

feat(events/github): add signature verification
This commit is contained in:
Fredrik Adelöw
2022-11-25 14:31:32 +01:00
committed by GitHub
11 changed files with 398 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-events-backend-module-github': patch
---
Add `createGithubSignatureValidator(config)` which can be used
to create a validator used at an ingress for topic `github`.
On top, there is a new `githubWebhookEventsModule` for the new backend plugin API
which auto-registers the `HttpPostIngress` for topic `github` incl. the validator.
Please find more information at
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-github/README.md.