Skip to content

Commit

Permalink
Add EKS * permissions
Browse files Browse the repository at this point in the history
Specifically we were missing EKS: DescribeUpdate, but gave * since we already had most of it anyway.
  • Loading branch information
asmacdo committed Sep 13, 2024
1 parent a5b11d4 commit 825d999
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .aws/terraform-jupyterhub-provisioning-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,7 @@
"ec2:RevokeSecurityGroupIngress",
"ec2:RunInstances",
"ecr-public:GetAuthorizationToken",
"eks:CreateAddon",
"eks:CreateCluster",
"eks:CreateNodegroup",
"eks:DeleteAddon",
"eks:DeleteCluster",
"eks:DeleteNodegroup",
"eks:DescribeAddon",
"eks:DescribeAddonVersions",
"eks:DescribeCluster",
"eks:DescribeNodegroup",
"eks:ListAddons",
"eks:ListClusters",
"eks:ListNodegroups",
"eks:TagResource",
"eks:UntagResource",
"eks:UpdateAddon",
"eks:UpdateClusterConfig",
"eks:UpdateClusterVersion",
"eks:UpdateNodegroupConfig",
"eks:*",
"elasticfilesystem:CreateFileSystem",
"elasticfilesystem:CreateMountTarget",
"elasticfilesystem:CreateTags",
Expand Down

0 comments on commit 825d999

Please sign in to comment.