fix: permission typo

This commit is contained in:
Tobias Lindberg
2023-08-03 21:28:20 +02:00
parent e88dacdfb3
commit 3273b865d0
8 changed files with 40 additions and 40 deletions
@@ -21,7 +21,7 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"Version": "2012-10-17",
"Statement": [
{
"Sid": "EC2Permisssions",
"Sid": "EC2Permissions",
"Effect": "Allow",
"Action": [
"ec2:RunInstances",
@@ -55,7 +55,7 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"Resource": "*"
},
{
"Sid": "CloudFormationPermisssions",
"Sid": "CloudFormationPermissions",
"Effect": "Allow",
"Action": [
"cloudformation:ListStacks",
@@ -89,13 +89,13 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"Resource": "*"
},
{
"Sid": "KMSPermisssions",
"Sid": "KMSPermissions",
"Effect": "Allow",
"Action": "kms:ListKeys",
"Resource": "*"
},
{
"Sid": "EKSPermisssions",
"Sid": "EKSPermissions",
"Effect": "Allow",
"Action": [
"eks:UpdateNodegroupVersion",
@@ -135,7 +135,7 @@ Permissions required for Rancher to create service role on users behalf during t
"Version": "2012-10-17",
"Statement": [
{
"Sid": "IAMPermisssions",
"Sid": "IAMPermissions",
"Effect": "Allow",
"Action": [
"iam:AddRoleToInstanceProfile",