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
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