Skip to content

Commit 575e75c

Browse files
authored
Merge pull request #83321 from dfitzmau/OCPBUGS-37423
OCPBUGS#37423: Added .cloudflarestorage.com to allow list
2 parents 2a57938 + 93b993d commit 575e75c

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

modules/configuring-firewall.adoc

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -265,47 +265,48 @@ Alternatively, if you choose to not use a wildcard for AWS APIs, you must includ
265265
|===
266266
|URL | Port | Function
267267

268-
|`mirror.openshift.com`
269-
|443
270-
|Required to access mirrored installation content and images. This site is also a source of release image signatures, although the Cluster Version Operator needs only a single functioning source.
271-
272-
|`storage.googleapis.com/openshift-release`
273-
|443
274-
|A source of release image signatures, although the Cluster Version Operator needs only a single functioning source.
275-
276268
|`*.apps.<cluster_name>.<base_domain>`
277269
|443
278270
|Required to access the default cluster routes unless you set an ingress wildcard during installation.
279271

280-
|`quayio-production-s3.s3.amazonaws.com`
272+
|`*.cloudflarestorage.com`
281273
|443
282-
|Required to access Quay image content in AWS.
274+
|Required to access mirrored installation content and images that were redirected from `mirror.openshift.com`.
283275

284276
|`api.openshift.com`
285277
|443
286278
|Required both for your cluster token and to check if updates are available for the cluster.
287279

288-
|`rhcos.mirror.openshift.com`
289-
|443
290-
|Required to download {op-system-first} images.
291-
292280
|`console.redhat.com`
293281
|443
294282
|Required for your cluster token.
295283

284+
|`mirror.openshift.com`
285+
|443
286+
|Required to access mirrored installation content and images. This site is also a source of release image signatures, although the Cluster Version Operator needs only a single functioning source.
287+
288+
|`quayio-production-s3.s3.amazonaws.com`
289+
|443
290+
|Required to access Quay image content in AWS.
291+
296292
// |`registry.access.redhat.com`
297293
// |443
298294
// |Required for `odo` CLI.
299295

296+
|`rhcos.mirror.openshift.com`
297+
|443
298+
|Required to download {op-system-first} images.
299+
300300
|`sso.redhat.com`
301301
|443
302302
|The `https://console.redhat.com` site uses authentication from `sso.redhat.com`
303303

304+
|`storage.googleapis.com/openshift-release`
305+
|443
306+
|A source of release image signatures, although the Cluster Version Operator needs only a single functioning source.
304307
|===
305-
Operators require route access to perform health checks. Specifically, the
306-
authentication and web console Operators connect to two routes to verify that
307-
the routes work. If you are the cluster administrator and do not want to allow
308-
`*.apps.<cluster_name>.<base_domain>`, then allow these routes:
308+
+
309+
Operators require route access to perform health checks. Specifically, the authentication and web console Operators connect to two routes to verify that the routes work. If you are the cluster administrator and do not want to allow `*.apps.<cluster_name>.<base_domain>`, then allow these routes:
309310
+
310311
* `oauth-openshift.apps.<cluster_name>.<base_domain>`
311312
* `console-openshift-console.apps.<cluster_name>.<base_domain>`, or the hostname

0 commit comments

Comments
 (0)