Skip to content

Commit

Permalink
Merge pull request #5515 from xmudrii/allow-slr
Browse files Browse the repository at this point in the history
Drop iam:CreateServiceLinkedRole from EKS permission boundary
  • Loading branch information
k8s-ci-robot authored Jul 6, 2023
2 parents 676d0df + a29c1b2 commit d6a8131
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ data "aws_iam_policy_document" "eks_resources_permission_boundary_doc" {

actions = [
"iam:AttachRolePolicy",
"iam:CreateServiceLinkedRole",
"iam:DeleteRolePolicy",
"iam:PutRolePolicy",
"iam:PutRolePermissionsBoundary",
Expand Down

0 comments on commit d6a8131

Please sign in to comment.