Skip to content

Commit

Permalink
feat: add permissions for karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu committed Dec 30, 2024
1 parent a8672eb commit 9586104
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Action": [
"acm:*",
"autoscaling:*",
"cloudwatch:*",
"cognito-idp:*",
"dynamodb:*",
"ec2:*",
Expand All @@ -17,16 +18,17 @@
"iam:List*",
"kms:*",
"logs:*",
"pricing:*"
"route53:*",
"s3:*",
"servicequotas:*",
"shield:*",
"support:*",
"sqs:*",
"ssm:*",
"sts:*",
"support:*",
"waf-regional:*",
"wafv2:*",
"cloudwatch:*",
"pricing:*"
"wafv2:*"
],
"Resource": "*"
},
Expand Down Expand Up @@ -94,7 +96,7 @@
}
},
{
"Sid": "RestrictPassRoleToEKS",
"Sid": "RestrictPassRole",
"Effect": "Allow",
"Action": [
"iam:PassRole"
Expand Down

0 comments on commit 9586104

Please sign in to comment.