Add JWT to webhook requests

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

It would be nice if GitLab could send a JWT as part of a webhook request.

My use-case:

I want to bring GitLab events to the AWS EventBridge. I have implemented a lambda function with an API gateway in front. To make that endpoint more secure, having a JWT token in the webhook requests would be nice. AWS could already verify that token against GitLabs OpenID Connector.

Alternative solution:

Providing an integration that directly sends events to the AWS EventBridge

Edited by 🤖 GitLab Bot 🤖