Task #4398
closedRemove "User" REST API calls
100%
Description
Without RBAC, having Users in the REST API doesn't make much sense. Remove the Viewset and Serializer, and FilterSet for User.
https://github.com/pulp/pulp/blob/master/pulpcore/app/viewsets/user.py
https://github.com/pulp/pulp/blob/master/pulpcore/app/serializers/user.py
Related issues
Updated by bmbouter almost 6 years ago
I labelled as an RC blocker because if this change is made it will be backwards incompatible.
Updated by daviddavis almost 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by ipanova@redhat.com almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by ipanova@redhat.com almost 6 years ago
- Status changed from ASSIGNED to POST
Added by kersom almost 6 years ago
Added by kersom almost 6 years ago
Revision da264734 | View on GitHub
Modify endpoint used by AuthTestCase
User endpoints will be removed. Adjust test to use another endpoint that requires auth to be accessed.
Added by ipanova@redhat.com almost 6 years ago
Revision 8840cd52 | View on GitHub
Remove User REST api call.
Added by ipanova@redhat.com almost 6 years ago
Revision 8840cd52 | View on GitHub
Remove User REST api call.
Updated by ipanova@redhat.com almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|8840cd5267a6487e6ba1c78a0e664e6dadbb2097.
Updated by kersom over 5 years ago
- Related to Test #4360: Username is mutable and can be updated/changed via REST API added
Updated by kersom over 5 years ago
- Related to Issue #4313: Username is mutable and can be updated/changed via REST API added
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Modify endpoint used by AuthTestCase
User endpoints will be removed. Adjust test to use another endpoint that requires auth to be accessed.
https://pulp.plan.io/issues/4398 ref: #4398