Skip to content

Commit

Permalink
Add eks:DescribeUpdate perms (#78)
Browse files Browse the repository at this point in the history
* Add eks:DescribeUpdate perms

* MOAR PERMS

* Efs perm
  • Loading branch information
Secretions authored Dec 6, 2021
1 parent 59c49bc commit 8e3b064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdk/domino_cdk/config/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def do_cf():
"elasticfilesystem:DeleteFileSystem",
"elasticfilesystem:DescribeAccessPoints",
"elasticfilesystem:DescribeFileSystems",
"elasticfilesystem:ModifyMountTargetSecurityGroups",
],
**from_cf_condition,
"Resource": "*",
Expand Down Expand Up @@ -350,6 +351,8 @@ def do_cf():
"eks:CreateNodegroup",
"eks:DeleteNodegroup",
"eks:DescribeNodegroup",
"eks:DescribeUpdate",
"eks:ListTagsForResource",
"eks:TagResource",
"eks:UntagResource",
"elasticfilesystem:Backup",
Expand Down

0 comments on commit 8e3b064

Please sign in to comment.