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
The correct behavior should be that enumeration continues for all regions even if a single region returns an authorization error.
The problem is each resource which can be enumerated is set to false after an authorization error is encountered. This should just be a matter of removing args.* = False in these loops.
The correct behavior should be that enumeration continues for all regions even if a single region returns an authorization error.
The problem is each resource which can be enumerated is set to false after an authorization error is encountered. This should just be a matter of removing
args.* = False
in these loops.pacu/pacu/modules/ec2__enum/main.py
Line 165 in b446f58
The text was updated successfully, but these errors were encountered: