Issue #7312
Allow endpoints to dispatch tasks without authN
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 79
Quarter:
Description
The pulp_ansible plugin is failing because it has an endpoint that dispatches a task without a logged in user.
https://travis-ci.com/github/pulp/pulp_ansible/builds/179335202
Associated revisions
History
#3
Updated by bmbouter 5 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|380e9895f02fcdf9988584d25df10a15ba394420.
#4
Updated by dkliban@redhat.com 5 months ago
- Sprint/Milestone set to 3.6.0
Please register to edit this issue
Skip permissions assignment when there is no user
Allow
pulpcore.plugin.models.AutoAddObjPermsMixin.add_for_object_creator
to skip assignment of permissions if there is no known user. This allows endpoints that do not use authorization but still create objects in the DB to execute without error.closes #7312