Skip to content

Commit 71bd0c2

Browse files
authored
Merge pull request #69898 from dfitzmau/OCPBUGS-24859
OCPBUGS-24589: Updated Config firewall for OCP section in Install config
2 parents 5d1c161 + 45c3b8d commit 71bd0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/configuring-firewall.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If your environment has a dedicated load balancer in front of your {product-titl
6161
1. In a firewall environment, ensure that the `access.redhat.com` resource is on the allowlist. This resource hosts a signature store that a container client requires for verifying images when pulling them from `registry.access.redhat.com`.
6262
--
6363
+
64-
You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn0[1-3].quay.io` in your allowlist. When you add a site, such as `quay.io`, to your allowlist, do not add a wildcard entry, such as `*.quay.io`, to your denylist. In most cases, image registries use a content delivery network (CDN) to serve images. If a firewall blocks access, image downloads are denied when the initial download request redirects to a hostname such as `cdn01.quay.io`.
64+
You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn.quay.io` and `cdn0[1-3].quay.io` in your allowlist. When you add a site, such as `quay.io`, to your allowlist, do not add a wildcard entry, such as `*.quay.io`, to your denylist. In most cases, image registries use a content delivery network (CDN) to serve images. If a firewall blocks access, image downloads are denied when the initial download request redirects to a hostname such as `cdn01.quay.io`.
6565

6666
. Allowlist any site that provides resources for a language or framework that your builds require.
6767

0 commit comments

Comments
 (0)