How do you securely route github webhooks into a privately hosted jenkins on AWS?

Viewed 22

I have a jenkins host in a private subnet that i've configured to only be accessible via a VPN. I have a github enterprise cloud account and I would like github to be able to send webhooks to this private instance in order to kick off jenkins pipelines.

I think API Gateway would solve this issue, though I personally don't have any experience with API gateway and maybe that is overkill

Has anyone encountered this issue before?

I tried with webhookrelay and it works. I need some solution that I can solve using AWS services like using lambda and api gateway or reverse proxy

0 Answers
Related