-
Notifications
You must be signed in to change notification settings - Fork 170
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
Using PMapper to map cross-account roles #62
Comments
I want to fully support this in the next iteration of PMapper. It's mostly ready in the |
Sounds good! But how does that play with data collection? Do I need to create one graph per account, and then query the proper principal in the correct graph? |
You'd need one graph per account, then query against |
Branch |
Created post on S3 ACL persistence
I'm trying to use
search_authorization_for
to search for / validate inter and cross-account role assumptions.Inter-account role assumption
Having a user
myuser
being able to assumemyrole
, I can validate the behavior:Cross-account role assumption
User
account1/user
can assume a roleaccount2/role
.How would you go about this? I'm not sure it's possible using PMapper. Using
graph.get_node_by_searchable_name
to search for the source principal in a different account won't work ifgraph
was generated in the context of the target account.Thank you!
The text was updated successfully, but these errors were encountered: