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

Independently Track Access Keys By Activation #44

Closed ncc-erik-steringer closed 3 years ago

ncc-erik-steringer commented 4 years ago

See title: IAM Users can have up to two access keys, but the keys can be active or not. We should track the status of the keys (either add a "active key" field to the Node class or just track key objects with full IDs + status... probably the former to avoid breaking changes).

Would need a minor version bump (currently 1.0.X -> 1.1.0).

ncc-erik-steringer commented 3 years ago

Gonna drop this, the changes we'd have to make are too big for a value that's too little.