Commit 594c2781 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 't4cc0re/cf_ip_ranges' into 'master'

Add language around Cloudflare IPs

See merge request gitlab-org/gitlab!28010
parents b48934e2 68af0576
...@@ -96,7 +96,9 @@ GitLab.com is using the IP range `34.74.90.64/28` for traffic from its Web/API ...@@ -96,7 +96,9 @@ GitLab.com is using the IP range `34.74.90.64/28` for traffic from its Web/API
fleet. You can expect connections from webhooks or repository mirroring to come fleet. You can expect connections from webhooks or repository mirroring to come
from those IPs and whitelist them. from those IPs and whitelist them.
For connections from CI/CD runners we are not providing static IP addresses. GitLab.com is fronted by Cloudflare. For incoming connections to GitLab.com you might need to whitelist CIDR blocks of Cloudflare ([IPv4](https://www.cloudflare.com/ips-v4) and [IPv6](https://www.cloudflare.com/ips-v6))
For outgoing connections from CI/CD runners we are not providing static IP addresses.
All our runners are deployed into Google Cloud Platform (GCP) - any IP based All our runners are deployed into Google Cloud Platform (GCP) - any IP based
firewall can be configured by looking up all firewall can be configured by looking up all
[IP address ranges or CIDR blocks for GCP](https://cloud.google.com/compute/docs/faq#where_can_i_find_product_name_short_ip_ranges). [IP address ranges or CIDR blocks for GCP](https://cloud.google.com/compute/docs/faq#where_can_i_find_product_name_short_ip_ranges).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment