Skip to content

Commit 40e6019

Browse files
authored
Merge pull request #65745 from mletalie/OSDOCS-7962
[OSDOCS-7962]:Replace 'events.amazonaws.com' with 'events.<aws_region>.amazonaws.com' in PrivateLink egress allowlist
2 parents 119f94a + 99b0399 commit 40e6019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Alternatively, if you choose to not use a wildcard for Amazon Web Services (AWS)
165165
|443
166166
|Used to install and manage clusters in an AWS environment.
167167

168-
|`events.amazonaws.com`
168+
|`events.<aws_region>.amazonaws.com`
169169
|443
170170
|Used to install and manage clusters in an AWS environment.
171171

@@ -282,7 +282,7 @@ OR
282282
$ oc -n openshift-image-registry get pod -l docker-registry=default -o json | jq '.items[].spec.containers[].env[] | select(.name=="REGISTRY_STORAGE_S3_BUCKET")'
283283
----
284284
+
285-
The S3 endpoint should be in the following format:
285+
The S3 endpoint should be in the following format:
286286
+
287287
[source,terminal]
288288
----

0 commit comments

Comments
 (0)