Actions
Issue #8524
closedDisable guardians' AnonymousUser
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 94
Quarter:
Description
The Guardian anonymous user is different from the Django Anonymous user. https://django-guardian.readthedocs.io/en/stable/configuration.html#anonymous-user-name
We are using DRF access policy which evaluetes this user as not anonymous and authenticated, this is a security concern. https://github.com/rsinger86/drf-access-policy/blob/master/rest_access_policy/access_policy.py#L99-L106
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by ipanova@redhat.com over 3 years ago
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 94
Added by ipanova@redhat.com over 3 years ago
Updated by ipanova@redhat.com over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|5d63fc9ad78dfb63c68a52c28f21703a90164b08.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Disable django guardian's anonymous user.
closes #8524
Required PR: https://github.com/pulp/pulp-cli/pull/198