Skip to content

Commit a54a9d1

Browse files
authored
Merge pull request #48427 from jldohmann/BZ2102230
BZ2102230: fix table entries and add redirector url
2 parents 84f355f + 3fca758 commit a54a9d1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

modules/configuring-firewall.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,9 @@ There are no special configuration considerations for services running on only c
4646
|443, 80
4747
|The `https://console.redhat.com/openshift` site uses authentication from `sso.redhat.com`
4848

49-
|`rhcos.mirror.openshift.com`
50-
|443, 80
51-
|Provides {op-system-first} images
52-
5349
|===
5450
+
55-
You can use the wildcards `\*.quay.io` and `*.mirror.openshift.com` instead of `cdn0[1-3].quay.io` and `rhcos.mirror.openshift.com` in your allowlist.
56-
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, then image downloads are denied when the initial download request is redirected to a hostname such as `cdn01.quay.io`.
51+
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, then image downloads are denied when the initial download request is redirected to a hostname such as `cdn01.quay.io`.
5752

5853
. Allowlist any site that provides resources for a language or framework that your builds require.
5954

@@ -146,7 +141,7 @@ When you add a site, such as `quay.io`, to your allowlist, do not add a wildcard
146141
|443, 80
147142
|Required both for your cluster token and to check if updates are available for the cluster.
148143

149-
|`art-rhcos-ci.s3.amazonaws.com`
144+
|`rhcos.mirror.openshift.com`
150145
|443, 80
151146
|Required to download {op-system-first} images.
152147

0 commit comments

Comments
 (0)