Closed pulpbot closed 2 years ago
Author: @bmbouter (bmbouter)
Redmine Issue: 7336, https://pulp.plan.io/issues/7336
3.6 Already enabled django-admin at /admin/ so now we need to expand the models that are available there. Specifically we need to:
/admin/
GuardedModelAdmin
We're no longer using django-admin as the method to manage object-level permissions. Instead the RBAC-enabled endpoints will have their own permissions endpoints.
Author: @bmbouter (bmbouter)
Redmine Issue: 7336, https://pulp.plan.io/issues/7336
Background
Solution
3.6 Already enabled django-admin at
/admin/
so now we need to expand the models that are available there. Specifically we need to:GuardedModelAdmin
from django-guardian.