You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
gathering.py does not handle AccessDenied (e.g. iam:ListAccessKeys is explicitly denied). Here is my quick fix for it (I ran black on it as well).
To Reproduce
Steps to reproduce the behavior, please include information on suspected users/roles that are the source of the issue when possible:
Create an IAM role with iam:ListAccessKeys denied (or have an SCP that explicitly denies it).
Run pmapper graph create.
See error
Expected behavior
The function should handle exceptions. Unless it breaks something.
The text was updated successfully, but these errors were encountered:
Describe the bug
gathering.py does not handle AccessDenied (e.g. iam:ListAccessKeys is explicitly denied). Here is my quick fix for it (I ran black on it as well).
To Reproduce
Steps to reproduce the behavior, please include information on suspected users/roles that are the source of the issue when possible:
Expected behavior
The function should handle exceptions. Unless it breaks something.
The text was updated successfully, but these errors were encountered: