Commit Graph

8 Commits

Author SHA1 Message Date
github-actions[bot] 6465ab3686 Version Packages (next) 2022-12-06 13:22:31 +00:00
Patrik Oldsberg a46a0887a3 refactor all the things to use coreServices
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-02 14:48:15 +01:00
github-actions[bot] 2cb6963f9b Version Packages (next) 2022-11-29 11:14:34 +00:00
Johan Haals 514ed7186d Merge pull request #14688 from Bonial-International-GmbH/pjungermann/events/signature-verifier-gitlab
feat(events/gitlab): add webhook token verification
2022-11-25 13:57:42 +01:00
Patrick Jungermann 31fe8f256a feat(events/gitlab): add webhook token verification
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.

Relates-to: PR #13931
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-24 21:49:57 +01:00
github-actions[bot] 83d3167594 Version Packages (next) 2022-11-22 15:40:52 +00:00
github-actions[bot] 3164131851 Version Packages 2022-11-15 12:31:55 +00:00
Patrick Jungermann 63f7983398 feat(events/gitlab): add GitLabEventRouter
Add an event router for GitLab
which handles events from the topic `gitlab`
and re-publishes events under their more specific topic
based on the `$.event_name` payload field
like e.g., `gitlab.push`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:14:29 +01:00