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
Updated by bmbouter about 4 years ago
- Blocks Story #7337: As a user, the orphan cleanup endpoint will support Role Based Access Control added
Updated by bmbouter about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by dkliban@redhat.com about 4 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 81
Updated by bmbouter about 4 years ago
- Tracker changed from Story to Issue
- Subject changed from As a user or plugin writer, I can create an AccessPolicy instance that does not auto-create permissions to Users or plugin writers cannot create an AccessPolicy instance that does not auto-create permissions
- Severity set to 2. Medium
- Triaged set to No
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter about 4 years ago
Updated by bmbouter about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|a26205eb316739f40f69059ea3bccf318107daf1.
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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