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

Add Permissions Boundaries Support #41

Closed ncc-erik-steringer closed 4 years ago

ncc-erik-steringer commented 4 years ago

https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html

From my reading of the docs, these boundary policies have to allow a request in conjunction with the principal's other policies. Need to add:

ncc-erik-steringer commented 4 years ago

Waiting on https://github.com/boto/botocore/issues/1902 . May need to enforce a specific version of botocore.

ncc-erik-steringer commented 4 years ago

Current commit in v1.1.0-dev, 5828a87b111fd10d4e1f420d41962634036e40a8, completed this