Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions modules/configuring-firewall.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,9 @@ There are no special configuration considerations for services running on only c
|443, 80
|The `https://console.redhat.com/openshift` site uses authentication from `sso.redhat.com`

|`rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com`
|443, 80
|Provides {op-system-first} images

|===
+
You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn0[1-3].quay.io` and `rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com` 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`.
You can use the wildcard `\*.quay.io` 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`.

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

Expand Down Expand Up @@ -122,7 +117,7 @@ When you add a site, such as `quay.io`, to your allowlist, do not add a wildcard

. Allowlist the following URLs:
+
[cols="3,2,4",options="header"]
[cols="8,2,4",options="header"]
|===
|URL | Port | Function

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

|`art-rhcos-ci.s3.amazonaws.com`
|`rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com`, +
`rhcos.mirror.openshift.com`
|443, 80
|Required to download {op-system-first} images.

Expand Down