cloudtools / awacs

Python library for AWS Access Policy Language creation
BSD 2-Clause "Simplified" License
395 stars 102 forks source link

Add support for eks-auth:AssumeRoleForPodIdentity #268

Closed skeggse closed 9 months ago

skeggse commented 9 months ago

AWS has a relatively new service prefix (eks-auth) that exposes a single action. It'd be great to have this in awacs!

skeggse commented 9 months ago

Submitted #269 to fix this particular issue; it looks like the automated process for pulling new definitions hasn't succeeded in a few weeks due to https://github.com/cloudtools/awacs/pull/269#discussion_r1435317404

markpeek commented 9 months ago

Fixed via the scrape.py change in your PR #269.