-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter by different kinds of identity when generating policy #3
Comments
Example of different ways to get identity from different types of events: https://github.com/wcurrie/aws-iam-permissions-by-role/blob/master/group_by_arn.py#L41 |
Being able to select cloudtrail events by user would be neat. For some reason the cloudtrail UI doesn't show requestParameters like the bucketName unless you drill down into it, it would be useful for a easy to way to see a list of actions with requestparameters by user. |
Hi @Almenon, thanks for the feedback! If you want to give it a try, maybe start by pulling the right data out of the raw events in |
AS A trailscraper user
I WANT to select only events for a particular role/user when generating a policy
SO THAT I can generate a more useful policy for this role/user
The text was updated successfully, but these errors were encountered: