-
Notifications
You must be signed in to change notification settings - Fork 102
Add support for groups #1778
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
Add support for groups #1778
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1778 +/- ##
==========================================
- Coverage 87.27% 86.95% -0.33%
==========================================
Files 269 273 +4
Lines 18778 18985 +207
==========================================
+ Hits 16389 16508 +119
- Misses 2389 2477 +88 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
closes #1697
To test:
client.groups.oidc.assign_roles(...)- revoke roles from groupsclient.groups.oidc.revoke_roles(…)- get roles for a groupclient.groups.oidc.get_assigned_roles(...)client.groups.oidc.get_known_group_names()- get all groups that are assigned to a roleclient.roles.get_group_assignments(...)- own user info also contains roles from groups now:client.roles.get_current_roles()- Groups have their own separate permissions:Permissions.Groups.oidc(group="MyGroup", read=True)