Skip to content

Commit

Permalink
Fix eks:UpdateAddon resource (kubernetes-sigs#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjanr authored Sep 28, 2023
1 parent fdcb988 commit 692f461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/aws/Permissions/aws_permission_ref.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
"ec2:DeleteNatGateway",
"ec2:DeleteVpc",
"ec2:CreateSubnet",
"ec2:DescribeSubnets"
"ec2:DescribeSubnets",
"eks:UpdateAddon"
],
"Resource": "*"
},
Expand All @@ -169,7 +170,6 @@
"eks:UpdateClusterVersion",
"elasticloadbalancing:CreateLoadBalancer",
"ecr:GetDownloadUrlForLayer",
"eks:UpdateAddon",
"secretsmanager:CreateSecret",
"eks:ListAddons",
"secretsmanager:DeleteSecret",
Expand Down

0 comments on commit 692f461

Please sign in to comment.