Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable django guardian's anonymous user. #711

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

newswangerd
Copy link
Member

Issue: AAH-478

@newswangerd newswangerd requested a review from alikins April 7, 2021 19:17
@newswangerd newswangerd added the backport-4.2 This PR should be backported to stable-4.2 (1.2) label Apr 7, 2021
@newswangerd
Copy link
Member Author

Related PR in pulp core: pulp/pulpcore#1239


# Disable django guardian anonymous user
# https://django-guardian.readthedocs.io/en/stable/configuration.html#anonymous-user-name
ANONYMOUS_USER_NAME = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the right fix. Kind of wonder if it should somewhere up the stack (pulpcore?)

@newswangerd newswangerd merged commit daf1037 into ansible:master Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-4.2 This PR should be backported to stable-4.2 (1.2)
Projects
None yet
2 participants