-
Notifications
You must be signed in to change notification settings - Fork 67
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
iam.py: add support for groups #34
Comments
Hi David, Is the steps to solve this will be like
|
@kaushik853 I believe you the best way will be getting the groups from Cloud Identity not the project. Project groups are for cloud monitoring. An alternative is using Asset inventory Search feature but haven't explored this much. |
@ebenezergraham i was checking in project iam and i could see the group vs role mapping. to see memship i do need to go to cloud identity, that was my thought, let me know if something else. I will also try to explore asset inv. |
Sounds good, Feel free to implement,test and submit your code for review. |
Currently iam.py can't resolve IAM groups so for example if a service account is given certain permissions via a group, that won't be detected properly.
The text was updated successfully, but these errors were encountered: