Skip to content

Commit 6b99ee8

Browse files
committed
allow editor to create cluster-api roles
1 parent 32c7a09 commit 6b99ee8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

terraform/account/data.tf

+5-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@ data "aws_iam_policy_document" "eks_editor" {
130130
"arn:aws:iam::894516026745:policy/eksctl-*",
131131
"arn:aws:iam::894516026745:oidc-provider/*",
132132
"arn:aws:iam::894516026745:role/aws-service-role/eks-nodegroup.amazonaws.com/AWSServiceRoleForAmazonEKSNodegroup",
133-
"arn:aws:iam::894516026745:role/eksctl-managed-*"
133+
"arn:aws:iam::894516026745:role/eksctl-managed-*",
134+
"arn:aws:iam::894516026745:instance-profile/wge-capi-*",
135+
"arn:aws:iam::894516026745:role/wge-capi-*",
136+
"arn:aws:iam::894516026745:policy/wge-capi-*",
137+
"arn:aws:iam::894516026745:role/eks-*"
134138
]
135139
}
136140

0 commit comments

Comments
 (0)