Merge pull request #3796 from rayterrill/patch-1

Update minimum permissions doc to include DescribeRegions
This commit is contained in:
Billy Tat
2022-01-17 21:05:26 -08:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -24,6 +24,7 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"ec2:RunInstances",
"ec2:RevokeSecurityGroupIngress",
"ec2:RevokeSecurityGroupEgress",
"ec2:DescribeRegions",
"ec2:DescribeVpcs",
"ec2:DescribeTags",
"ec2:DescribeSubnets",
@@ -219,4 +220,4 @@ Permissions required for Rancher to create VPC and associated resources.
}
]
}
```
```
@@ -24,6 +24,7 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"ec2:RunInstances",
"ec2:RevokeSecurityGroupIngress",
"ec2:RevokeSecurityGroupEgress",
"ec2:DescribeRegions",
"ec2:DescribeVpcs",
"ec2:DescribeTags",
"ec2:DescribeSubnets",
@@ -219,4 +220,4 @@ Permissions required for Rancher to create VPC and associated resources.
}
]
}
```
```