Actions
Story #9411
closedStory #9410: [EPIC] Roles for RBAC
Implement roles models and facilities for auto-assignment and queryset-filtering
Actions
Story #9410: [EPIC] Roles for RBAC
Added by mdellweg about 3 years ago. Updated almost 3 years ago.
Applied in changeset pulpcore|ab6225b6cfd29864a51baac4d9ad385b37983529.
Revision 6a9bd138 | View on GitHub
Fix return value of get_all_permissions
Django's interface for get_all_permissions seems to not include the app_label in the permission strings if an obj is provided. We include them again in the my_permission endpoint, because that is the way we represent them to our users everywhere.
re #9411
Add Support for roles in RBAC
fixes #9413 fixes #9411