Skip to content

Commit

Permalink
chore: aws-eks: add permission "eks:UpdateClusterVersion"
Browse files Browse the repository at this point in the history
  • Loading branch information
fidiego committed Dec 6, 2024
1 parent 1d7ec78 commit 1354972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sandboxes/aws-eks/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var ProvisionPermissions = append([]string{
"eks:ListAssociatedAccessPolicies",
"eks:CreateCluster",
"eks:DescribeCluster",
"eks:UpdateClusterVersion",
"eks:CreateNodegroup",
"eks:DescribeNodegroup",
"eks:UpdateNodegroupVersion",
Expand Down Expand Up @@ -63,6 +64,7 @@ var DeprovisionPermissions = append([]string{
"eks:ListAssociatedAccessPolicies",
"eks:DeleteCluster",
"eks:DescribeCluster",
"eks:UpdateClusterVersion",
"eks:DeleteNodegroup",
"eks:DescribeNodegroup",
"eks:UntagResource",
Expand Down

0 comments on commit 1354972

Please sign in to comment.