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
When evaluating the following policy in my environment, scubagoggles throws an uncaught exception as there is no group named WORKSPACE_ALL_ADMIN_GROUP. The org unit listed is root.
File "/Users/XX/Github/ScubaGoggles/scubagoggles/policy_api.py", line 596, in _reduce group_name = self._group_id_map[group_id]KeyError: 'WORKSPACE_ALL_ADMIN_GROUP'
Add any screenshots of the problem here.
The text was updated successfully, but these errors were encountered:
Hi Eloi (@ebarti), Thanks for reporting this issue. Based on a response from Google, we have a candidate work-around for this issue, if you’re interested in trying this out. The branch is 572-google-all-admin-group-fix. If you do happen to try this out, I’d be appreciative of any feedback on whether it resolves your issue.
Hi Eloi (@ebarti), Thanks for confirming that the issue has been resolved in your environment. It’s very helpful for us to know that the change will work independently of our testing. We’ll now get this scheduled for merging into the mainline code.
🐛 Summary
When evaluating the following policy in my environment, scubagoggles throws an uncaught exception as there is no group named
WORKSPACE_ALL_ADMIN_GROUP
. The org unit listed is root.Exception:
To reproduce
Steps to reproduce the behavior:
Expected behavior
What did you expect to happen that didn't?
Any helpful log output or screenshots
Paste the results here:
Add any screenshots of the problem here.
The text was updated successfully, but these errors were encountered: