Fixed
Status Update
Comments
en...@google.com <en...@google.com> #2
I can't believe this is not implemented. I need to get a list of granted permissions like we show on the cloud console: https://pantheon.corp.google.com/iam-admin/iam .
[Deleted User] <[Deleted User]> #3
is this done yet?
sa...@google.com <sa...@google.com>
ck...@gmail.com <ck...@gmail.com> #5
Odd, I just got a notification about this bugs assignee change to my gmail account, and I'm not CC'd on it.
ck...@gmail.com <ck...@gmail.com> #7
Must have accidentally starred it at some point. Thanks!
sa...@google.com <sa...@google.com> #8
Hello,
I’m pleased to inform you that our product engineering team has resolved the reported issue. Please verify if the problem has been resolved from your end as well.
If you encounter any further issues or have any additional concerns, please don't hesitate to create a new issue on the
I will now proceed to close this issue. If you have any other questions or need further assistance, please feel free to let us know.
Description
My idea is to have an option to either check all permissions (returning only the ones that are granted) or to pass a JSON file containing the permissions you want to test to the command and the return to be the ones that passed the test (as in the POST of [1])
Example of my idea:
$ gcloud iam testIamPermissions <user/service account>
-- returns all permissions granted to that user/service account
$ gcloud iam testIamPermissions <user/service account> --from-json PermissionsToCheck.json
-- returns all permissions granted within the ones in the JSON file
SO question:
[1]: