duo-labs/cloudmapper

Have command to output all IAM policies for a principal

Open

#500 opened on Aug 1, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (5,670 stars) (789 forks)batch import
enhancementgood first issue

Description

find_admins can find specific privileges, but once identified, you'll want to get better insight into it. You'll want to see all of the policies applied to that principal, across their inline policies, managed policies, and those associated with groups. I should have a command to dump the IAM policies of a principal as json, with references to where these policies came from.

Contributor guide