Actions
Issue #7448
closedStory #7338: [Epic] As a user, I have pulpcore enforcing Role Based Access Control
Users or plugin writers cannot create an AccessPolicy instance that does not auto-create permissions
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 81
Quarter:
Description
Background¶
The orphan cleanup endpoint will not create permissions around the objects that are created because it does not create objects. A task is generated, but the Task AccessPolicy will be handling that.
Todo¶
Make the permissions_assignment
field allowable to be null=True
.
Related issues
Actions
Allow The
AccessPolicy.permissions_assignment
to be null.The
AccessPolicy.permissions_assignment
can now be null, which some viewset endpoints may require.closes #7448