Actions
Issue #7312
closedAllow 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
Updated by bmbouter over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Sprint set to Sprint 79
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter over 4 years ago
Updated by bmbouter over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|380e9895f02fcdf9988584d25df10a15ba394420.
Updated by pulpbot over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
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