Files
backstage/.changeset/nasty-melons-build.md
T
Patrick Jungermann 0f46ec304c feat(events/github): add signature verification
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.

Relates-to: PR #13931
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-24 21:57:12 +01:00

487 B

@backstage/plugin-events-backend-module-github
@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.