Skip to content

Commit 6e92818

Browse files
authored
Merge pull request #69442 from jneczypor/OSDOCS-8807
OSDOCS-8807: Small update to firewalls
2 parents 5dc699e + b3a797a commit 6e92818

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

modules/osd-aws-privatelink-firewall-prerequisites.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,27 +108,33 @@ This section provides the necessary details that enable you to control egress tr
108108
|443
109109
|The `registry.access.redhat.com` and `https://registry.redhat.io` sites redirect through `catalog.redhat.com`.
110110

111+
|`dvbwgdztaeq9o.cloudfront.net` ^[2]^
112+
|443
113+
|Used by ROSA for STS implementation with managed OIDC configuration.
114+
111115
ifdef::fedramp[]
112116
|`time-a-g.nist.gov`
113-
|123 ^[2]^
117+
|123 ^[3]^
114118
|Allows NTP traffic for FedRAMP.
115119

116120
|`time-a-wwv.nist.gov`
117-
|123 ^[2]^
121+
|123 ^[3]^
118122
|Allows NTP traffic for FedRAMP.
119123

120124
|`time-a-b.nist.gov`
121-
|123 ^[2]^
125+
|123 ^[3]^
122126
|Allows NTP traffic for FedRAMP.
123127
endif::fedramp[]
124128
|===
125129
+
126130
[.small]
127131
--
128132
1. In a firewall environment, ensure that the `access.redhat.com` resource is on the allowlist. This resource hosts a signature store that a container client requires for verifying images when pulling them from `registry.access.redhat.com`.
133+
2. The string of alphanumeric characters before `cloudfront.net` could change if there is a major cloudfront outage that requires redirecting the resource.
129134
ifdef::fedramp[]
130-
2. Both TCP and UDP ports.
135+
3. Both TCP and UDP ports.
131136
endif::fedramp[]
137+
132138
--
133139
+
134140
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 host name such as `cdn01.quay.io`.

0 commit comments

Comments
 (0)