Actions
Task #4398
closedRemove "User" REST API calls
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Easy Fix
Sprint:
Sprint 49
Quarter:
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 over 4 years ago
I labelled as an RC blocker because if this change is made it will be backwards incompatible.
Updated by daviddavis over 4 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by ipanova@redhat.com over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by ipanova@redhat.com over 4 years ago
- Status changed from ASSIGNED to POST
Added by kersom over 4 years ago
Added by kersom over 4 years ago
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 over 4 years ago
Remove User REST api call.
Added by ipanova@redhat.com over 4 years ago
Remove User REST api call.
Updated by ipanova@redhat.com over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|8840cd5267a6487e6ba1c78a0e664e6dadbb2097.
Updated by kersom about 4 years ago
- Related to Test #4360: Username is mutable and can be updated/changed via REST API added
Updated by kersom about 4 years ago
- Related to Issue #4313: Username is mutable and can be updated/changed via REST API added
Updated by bmbouter over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
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