Skip to content

Commit

Permalink
Add missing perms for IAM role (#296)
Browse files Browse the repository at this point in the history
* Add missing perms for IAm role

* Remove blank line
  • Loading branch information
jacobtomlinson committed Jun 15, 2021
1 parent 4e90d9a commit 862f88f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dask_cloudprovider/aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,9 @@ class FargateCluster(ECSCluster):
"iam:ListAttachedRolePolicies",
"iam:DetachRolePolicy",
"logs:DescribeLogGroups",
"logs:GetLogEvents"
"logs:GetLogEvents",
"logs:CreateLogGroup",
"logs:PutRetentionPolicy"
],
"Effect": "Allow",
"Resource": [
Expand Down

0 comments on commit 862f88f

Please sign in to comment.