Skip to content

Commit 82ef771

Browse files
authored
Merge pull request #79926 from stevsmit/37868-OCPBUGS
Adds registry.access.redhat.com to firewall allowlist list
2 parents 756223d + 651f9fe commit 82ef771

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

modules/configuring-firewall.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ If your environment has a dedicated load balancer in front of your {product-titl
3838
|443
3939
|Provides core container images
4040

41-
|`access.redhat.com` ^[1]^
41+
|`access.redhat.com`
4242
|443
43-
|Hosts all the container images that are stored on the Red Hat Ecosytem Catalog, including core container images.
43+
|Hosts a signature store that a container client requires for verifying images pulled from `registry.access.redhat.com`. In a firewall environment, ensure that this resource is on the allowlist.
44+
45+
|`registry.access.redhat.com`
46+
|443
47+
|Hosts all the container images that are stored on the Red Hat Ecosystem Catalog, including core container images.
4448

4549
|`quay.io`
4650
|443
@@ -79,11 +83,9 @@ If your environment has a dedicated load balancer in front of your {product-titl
7983
|The `https://console.redhat.com` site uses authentication from `sso.redhat.com`
8084
|===
8185
+
82-
--
83-
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`.
84-
--
85-
+
86-
You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn.quay.io` and `cdn0[1-6].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`.
86+
* You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn.quay.io` and `cdn0[1-6].quay.io` in your allowlist.
87+
* You can use the wildcard `*.access.redhat.com` to simplify the configuration and ensure that all subdomains, including `registry.access.redhat.com`, are allowed.
88+
* 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`.
8789

8890
. Set your firewall's allowlist to include any site that provides resources for a language or framework that your builds require.
8991

0 commit comments

Comments
 (0)