-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssumeRole Check leads to "KeyError: ARN" #54
Comments
Running into the same issue. |
@hmussana you can patch that one so it keeps going (attaching yourself to the container running awspx). After patching it, I got more results afterwards. However, not sure if I'm just silencing the root cause of the problem.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am assessing an AWS account with the following command
sudo awspx ingest --services IAM
If I skip the check
AssumeRole
with--skip-checks AssumeRole
awspx is running without errors.Any idea how I could further debug this?
The text was updated successfully, but these errors were encountered: