Actions
Issue #8057
closedrequest.query_params does not contain 'account' use request.user instead
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 88
Quarter:
Description
It is only login operation that send 'account' in the query_params, other calls do not sent it
https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L321
Actions
Fetch an authenticated user directly from the request
closes #8057