Skip to content

Commit

Permalink
fix: cni-helper iam permissions
Browse files Browse the repository at this point in the history
Signed-off-by: ArchiFleKs <[email protected]>
  • Loading branch information
ArchiFleKs committed Aug 1, 2019
1 parent e60b97e commit 7c76287
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/live/sample/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ POLICY
"Action": "cloudwatch:PutMetricData",
"Resource": "*",
"Effect": "Allow"
},
{
"Effect": "Allow",
"Resource": "*"
"Action": "ec2:DescribeTags",
}
]
}
Expand Down

0 comments on commit 7c76287

Please sign in to comment.