Development #7252
attributes_ng: add new attribute source to get role attributes of a user for a service
Start date:
14 May 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
attributes_ng: add new source of role attributes for services
fixes #7252
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|fc4332c88d31dbf8eda3f4aa42e52d0b1eaf90a1.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
a2_rbac: integrate django_rbac in authentic2
This commit add local implementations for swappable models of the
django_rbac application. The role model gets extraneous fields to map
some roles one-to-one to permssions (admin_scope generic key field) and
to link roles to a service to make service's roles.
The admin scope allow building automatic management roles, like the
general management role for an organizational unit which inherits all
content type management roles for this ou.
refs #7252
fixes #6994