Actions
Story #9411
closedStory #9410: [EPIC] Roles for RBAC
Implement roles models and facilities for auto-assignment and queryset-filtering
Updated by mdellweg about 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
- Sprint/Milestone set to 3.16.0
- Sprint set to Sprint 105
Updated by pulpbot about 3 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot about 3 years ago
Updated by pulpbot about 3 years ago
Updated by pulpbot about 3 years ago
Updated by gerrod about 3 years ago
- Sprint/Milestone changed from 3.16.0 to 3.17.0
Updated by pulpbot about 3 years ago
Updated by rchan about 3 years ago
- Sprint changed from Sprint 107 to Sprint 108
Updated by rchan about 3 years ago
- Sprint changed from Sprint 108 to Sprint 109
Added by mdellweg about 3 years ago
Updated by mdellweg about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|ab6225b6cfd29864a51baac4d9ad385b37983529.
Updated by pulpbot almost 3 years ago
Added by mdellweg almost 3 years ago
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
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add Support for roles in RBAC
fixes #9413 fixes #9411