Skip to content

Commit b67f658

Browse files
committed
HCCDOC-1671: URL for allowlist is incorrect
Version(s): PR applies to 4.11+ Issue: https://issues.redhat.com/browse/HCCDOC-1671 Link to docs preview: QE review: [ ] QE has approved this change. Additional information: - In table entries where `console.redhat.com/openshift` is referrenced, remove `/openshift`. - Remove references to port `80` from allowlist ports for console.redhat.com
1 parent 2877594 commit b67f658

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

modules/configuring-firewall.adoc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ If your environment has a dedicated load balancer in front of your {product-titl
5252
|Provides core container images
5353

5454
|`sso.redhat.com`
55-
|443, 80
56-
|The `https://console.redhat.com/openshift` site uses authentication from `sso.redhat.com`
57-
[.small]
55+
|443
56+
|The `https://console.redhat.com` site uses authentication from `sso.redhat.com`
5857
|===
5958
+
6059
[.small]
@@ -84,8 +83,8 @@ You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn
8483
|443, 80
8584
|Required for Telemetry
8685

87-
|`console.redhat.com/api/ingress`
88-
|443, 80
86+
|`console.redhat.com`
87+
|443
8988
|Required for Telemetry and for `insights-operator`
9089
|===
9190

@@ -217,17 +216,17 @@ Alternatively, if you choose to not use a wildcard for AWS APIs, you must allowl
217216
|443, 80
218217
|Required to download {op-system-first} images.
219218

220-
|`console.redhat.com/openshift`
221-
|443, 80
219+
|`console.redhat.com`
220+
|443
222221
|Required for your cluster token.
223222

224223
// |`registry.access.redhat.com`
225224
// |443, 80
226225
// |Required for `odo` CLI.
227226

228227
|`sso.redhat.com`
229-
|443, 80
230-
|The `https://console.redhat.com/openshift` site uses authentication from `sso.redhat.com`
228+
|443
229+
|The `https://console.redhat.com` site uses authentication from `sso.redhat.com`
231230

232231
|===
233232
Operators require route access to perform health checks. Specifically, the

0 commit comments

Comments
 (0)