Merge pull request #14688 from Bonial-International-GmbH/pjungermann/events/signature-verifier-gitlab

feat(events/gitlab): add webhook token verification
This commit is contained in:
Johan Haals
2022-11-25 13:57:42 +01:00
committed by GitHub
11 changed files with 371 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-events-backend-module-gitlab': patch
---
Add `createGitlabTokenValidator(config)` which can be used
to create a validator used at an ingress for topic `gitlab`.
On top, there is a new `gitlabWebhookEventsModule` for the new backend plugin API
which auto-registers the `HttpPostIngress` for topic `gitlab` incl. the validator.
Please find more information at
https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-gitlab/README.md.