stakater / GitWebhookProxy

A proxy to let webhooks reach running services behind a firewall – [✩Star] if you're using it!
https://stakater.com
Apache License 2.0
188 stars 52 forks source link

Forward all known GitHub headers #105

Open gnieto opened 2 years ago

gnieto commented 2 years ago

Previous to this changes, only the relevant headers for the hook were forwarded. Right now, we are keeping all of them and then we are checking that, required headers, are present.

This should prevent removing the github signature when the proxy does not validate the request signature.

Fixes: https://github.com/stakater/GitWebhookProxy/issues/94