nccgroup / PMapper

A tool for quickly evaluating IAM permissions in AWS.
GNU Affero General Public License v3.0
1.37k stars 169 forks source link

handle users grouped into paths #37

Closed buzzdeee closed 4 years ago

buzzdeee commented 4 years ago

Users retrieved from AWS can be given with an optional path, i.e. group/subgroup/username

Each user should be checked if a '/' is in the username, and then the path to be stripped off. For more see: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names

ncc-erik-steringer commented 4 years ago

Good catch! Merging.