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
What issue is being seen? Describe what should be happening instead of the bug, for example: Cartography should not crash, the expected value isn't returned, the data schema is wrong, etc.
We actually can't use profile when using --aws-sync-all-profiles with one account, the default profile will be used To Reproduce:
Steps to reproduce the behavior. Provide all data and inputs required to reproduce the issue.
If applicable, copy and paste your console log with the failing stack trace.
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListUsers operation: User: arn:aws:sts::XXXX:assumed-role/XXXX is not authorized to perform: iam:ListUsers on resource: arn:aws:iam::XXXXX:user/ because no identity-based policy allows the iam:ListUsers action
Please complete the following information::
Cartography release version [0.75.0]
Python version: [3.9.16]
Additional context:
Add any other context about the problem here.
A pull request will be proposed right away
The text was updated successfully, but these errors were encountered:
cp-a1cloud
added a commit
to cp-a1cloud/cartography
that referenced
this issue
Mar 17, 2023
Description:
We actually can't use profile when using
--aws-sync-all-profiles
with one account, the default profile will be usedTo Reproduce:
Configure config file with one account:
then launch cartography cli
Logs:
Please complete the following information::
Additional context:
The text was updated successfully, but these errors were encountered: