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
@@ -137,7 +133,6 @@ CDN hostnames, such as `cdn01.quay.io`, are covered when you add a wildcard entr
137
133
|443, 80
138
134
|Required for `odo` CLI.
139
135
|===
140
-
+
141
136
Operators require route access to perform health checks. Specifically, the
142
137
authentication and web console Operators connect to two routes to verify that
143
138
the routes work. If you are the cluster administrator and do not want to allow
@@ -148,6 +143,21 @@ the routes work. If you are the cluster administrator and do not want to allow
148
143
that is specified in the `spec.route.hostname` field of the
149
144
`consoles.operator/cluster` object if the field is not empty.
150
145
146
+
. Allowlist the following URLs for optional third-party content:
147
+
+
148
+
[cols="3,2,4",options="header"]
149
+
|===
150
+
|URL | Port | Function
151
+
152
+
|`registry.connect.redhat.com`
153
+
|443, 80
154
+
|Required for all third-party images and certified operators.
0 commit comments