Hey y’all. We are looking to register workflows within Github Actions (on PR merge) but our admin endpoint is behind a VPN. Are there any special considerations needed to register for this case?
h
Haytham Abuelfutuh
09/02/2022, 10:52 PM
Hi @Tony Vec once thing I’ve seen done before is run a github actions runner within your VPN (in your data center with the right network) and then use github actions to define which workflows/repos are allowed to leverage that runner.
Another, more involved, option is to expose the endpoint through a front/edge proxy (e.g. envoy front proxy) and enable Authentication on the endpoint.