Skip to content

Commit

Permalink
Drop iam:CreateServiceLinkedRole from EKS permission boundary
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <[email protected]>
  • Loading branch information
xmudrii committed Jul 6, 2023
1 parent 676d0df commit a29c1b2
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 a29c1b2

Please sign in to comment.