How can I allow Google Cloud Build through GitHub Enterprise's IP allow list restriction?
I have already added all 80 IP ranges for the region of the Cloud Build I am using and that did not seem to work.
How can I allow Google Cloud Build through GitHub Enterprise's IP allow list restriction?
I have already added all 80 IP ranges for the region of the Cloud Build I am using and that did not seem to work.
In additional to adding the IP Addresses from the https://www.gstatic.com/ipranges/cloud.json for the regions that you cloud build/triggers located.
You will also need to add this list of ipv4 and ipv6 prefixes: https://www.gstatic.com/ipranges/goog.json
Not ideal to randomly add such huge list of IP ranges, but it is what it is.
Google Cloud Build's GitHub App is not as good as JIRA's GitHub App, which adds the static IPs automatically to the GitHub's IP Allow List when you "Enable IP allow list configuration for installed GitHub Apps" turned on.