Skip to content

Commit

Permalink
Merge pull request openshift#1641 from jharting/docs-private-cluster-…
Browse files Browse the repository at this point in the history
…minor

private aws cluster guide - update IAM policy example
  • Loading branch information
openshift-ci[bot] authored Aug 4, 2022
2 parents 0b95b70 + a9d45a9 commit 8b84dee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/how-to/aws/deploy-aws-private-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ following steps will reference elements of the steps you already performed.
"ec2:CreateVpcEndpointServiceConfiguration",
"ec2:DescribeVpcEndpointServiceConfigurations",
"ec2:DeleteVpcEndpointServiceConfigurations",
"ec2:DescribeVpcEndpointServicePermissions",
"ec2:ModifyVpcEndpointServicePermissions",
"ec2:CreateTags",
"elasticloadbalancing:DescribeLoadBalancers"
],
"Resource": "*"
Expand All @@ -54,6 +57,8 @@ following steps will reference elements of the steps you already performed.
"ec2:CreateVpcEndpointServiceConfiguration",
"ec2:DescribeVpcEndpointServiceConfigurations",
"ec2:DeleteVpcEndpointServiceConfigurations",
"ec2:DescribeVpcEndpointServicePermissions",
"ec2:ModifyVpcEndpointServicePermissions",
"ec2:CreateTags",
"elasticloadbalancing:DescribeLoadBalancers"
],
Expand Down

0 comments on commit 8b84dee

Please sign in to comment.