You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have created tags using core.Tag.add, and then do eks_cluster.add_fargate_profile(...), the creation of fargate profile will fail, as it will complain it doesn't have eks:TagResource (eks:UntagResource).
But if you remove the core.Tag.add statements, eks_cluster.add_fargate_profile will succeed.
Reproduction Steps
Add some tags using core.Tag.add, and try to add_fargate_profile.
…S cluster resource
Added missing permissions for `eks:TagResource` and `eks:UntagResource`.
Updated unit and integ test expectations to include the added permissions.
Closes#7163
…S cluster resource (#7302)
Added missing permissions for `eks:TagResource` and `eks:UntagResource`.
Updated unit and integ test expectations to include the added permissions.
Closes#7163
iliapolo
changed the title
missing IAM permissions when creating EKS cluster resource
[aws-eks] missing IAM permissions when creating EKS cluster resource
Aug 16, 2020
If you have created tags using core.Tag.add, and then do eks_cluster.add_fargate_profile(...), the creation of fargate profile will fail, as it will complain it doesn't have eks:TagResource (eks:UntagResource).
But if you remove the core.Tag.add statements, eks_cluster.add_fargate_profile will succeed.
Reproduction Steps
Add some tags using core.Tag.add, and try to add_fargate_profile.
I think eks:TagResource and eks:UntagResource need to be added in https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-eks/lib/cluster-resource.ts
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: