You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/configuring-firewall.adoc
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,11 @@ CDN hostnames, such as `cdn01.quay.io`, are covered when you add a wildcard entr
74
74
|===
75
75
|Cloud |URL | Port |Function
76
76
77
-
.2+|AWS
77
+
|AWS
78
78
|`*.amazonaws.com`
79
79
|443, 80
80
80
|Required to access AWS services and resources. Review the link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS Service Endpoints] in the AWS documentation to determine the exact endpoints to allow for the regions that you use.
|Required to access AWS services and resources when using strict security requirements. Review the link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS Service Endpoints] in the AWS documentation to determine the exact endpoints to allow for the regions that you use.
85
-
86
82
.2+|GCP
87
83
|`*.googleapis.com`
88
84
|443, 80
@@ -145,7 +141,6 @@ CDN hostnames, such as `cdn01.quay.io`, are covered when you add a wildcard entr
145
141
|443, 80
146
142
|Required for `odo` CLI.
147
143
|===
148
-
+
149
144
Operators require route access to perform health checks. Specifically, the
150
145
authentication and web console Operators connect to two routes to verify that
151
146
the routes work. If you are the cluster administrator and do not want to allow
@@ -156,6 +151,21 @@ the routes work. If you are the cluster administrator and do not want to allow
156
151
that is specified in the `spec.route.hostname` field of the
157
152
`consoles.operator/cluster` object if the field is not empty.
158
153
154
+
. Allowlist the following URLs for optional third-party content:
155
+
+
156
+
[cols="3,2,4",options="header"]
157
+
|===
158
+
|URL | Port | Function
159
+
160
+
|`registry.connect.redhat.com`
161
+
|443, 80
162
+
|Required for all third-party images and certified operators.
0 commit comments