Skip to content

Commit 75790af

Browse files
authored
Merge pull request #53645 from mjpytlak/osdocs-4467
OSDCOS-4467: Added specific AWS URLs that must be allowlisted
2 parents a7db40b + fb10f84 commit 75790af

File tree

1 file changed

+62
-4
lines changed

1 file changed

+62
-4
lines changed

modules/configuring-firewall.adoc

Lines changed: 62 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
Before you install {product-title}, you must configure your firewall to grant access to the sites that {product-title} requires.
1010

11-
There are no special configuration considerations for services running on only controller nodes versus worker nodes.
11+
There are no special configuration considerations for services running on only controller nodes compared to worker nodes.
1212

1313
[NOTE]
1414
====
15-
If your environment has a dedicated load balancer in front of your {product-title} cluster, review the allowlists between your firewall and load balancer to prevent unwanted network restrictions to your cluster.
15+
If your environment has a dedicated load balancer in front of your {product-title} cluster, review the allowlists between your firewall and load balancer to prevent unwanted network restrictions to your cluster.
1616
====
1717

1818
.Procedure
@@ -91,15 +91,73 @@ You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn
9191
|Cloud |URL | Port |Function
9292

9393
|Alibaba
94-
|*.aliyuncs.com
94+
|`*.aliyuncs.com`
9595
|443, 80
9696
|Required to access Alibaba Cloud services and resources. Review the link:https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/sdk/endpoints/endpoints_config.go?spm=a2c4g.11186623.0.0.47875873ciGnC8&file=endpoints_config.go[Alibaba endpoints_config.go file] to determine the exact endpoints to allow for the regions that you use.
9797

98-
|AWS
98+
.15+|AWS
9999
|`*.amazonaws.com`
100+
101+
Alternatively, if you choose to not use a wildcard for AWS APIs, you must allowlist the following URLs:
100102
|443, 80
101103
|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.
102104

105+
|`ec2.amazonaws.com`
106+
|443
107+
|Used to install and manage clusters in an AWS environment.
108+
109+
|`events.amazonaws.com`
110+
|443
111+
|Used to install and manage clusters in an AWS environment.
112+
113+
|`iam.amazonaws.com`
114+
|443
115+
|Used to install and manage clusters in an AWS environment.
116+
117+
|`route53.amazonaws.com`
118+
|443
119+
|Used to install and manage clusters in an AWS environment.
120+
121+
|`s3.amazonaws.com`
122+
|443
123+
|Used to install and manage clusters in an AWS environment.
124+
125+
|`s3.<aws_region>.amazonaws.com`
126+
|443
127+
|Used to install and manage clusters in an AWS environment.
128+
129+
|`s3.dualstack.<aws_region>.amazonaws.com`
130+
|443
131+
|Used to install and manage clusters in an AWS environment.
132+
133+
|`sts.amazonaws.com`
134+
|443
135+
|Used to install and manage clusters in an AWS environment.
136+
137+
|`sts.<aws_region>.amazonaws.com`
138+
|443
139+
|Used to install and manage clusters in an AWS environment.
140+
141+
|`tagging.us-east-1.amazonaws.com`
142+
|443
143+
|Used to install and manage clusters in an AWS environment. This endpoint is always `us-east-1`, regardless of the region the cluster is deployed in.
144+
145+
|`ec2.<aws_region>.amazonaws.com`
146+
|443
147+
|Used to install and manage clusters in an AWS environment.
148+
149+
|`elasticloadbalancing.<aws_region>.amazonaws.com`
150+
|443
151+
|Used to install and manage clusters in an AWS environment.
152+
153+
|`servicequotas.<aws_region>.amazonaws.com`
154+
|443, 80
155+
|Required. Used to confirm quotas for deploying the service.
156+
157+
|`tagging.<aws_region>.amazonaws.com`
158+
|443, 80
159+
|Allows the assignment of metadata about AWS resources in the form of tags.
160+
103161
.2+|GCP
104162
|`*.googleapis.com`
105163
|443, 80

0 commit comments

Comments
 (0)