Actions
Story #7013
closedStory #6825: Introduce a new repo type for the docker push usecase
Disallow update/partial_update of a push repo via pulp api
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 78
Quarter:
Description
A push repo is being created during docker/podman push. We should disallow update/partial_update call to such repo type via pulp api
We should allow create of repo via pulp api so permissions can be assigned
Question:¶
What to you with DELETE of push repo via pulp api? We should enable users to remove repos however there might be a race condition - a push to the repo X can happen while in the middle of push operation repo X can be deleted
Related issues
Updated by ipanova@redhat.com over 4 years ago
- Project changed from Pulp to Container Support
- Sprint/Milestone set to 2.0.0
Updated by ipanova@redhat.com over 4 years ago
- Subject changed from Disallow create/update of apush repo via pulp api to Disallow update/partial_update of a push repo via pulp api
- Description updated (diff)
Updated by lmjachky over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by lmjachky over 4 years ago
- Related to Task #7172: Delete a distribution along with a push repository added
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Added by Lubos Mjachky over 4 years ago
Added by Lubos Mjachky over 4 years ago
Revision 030cf92c | View on GitHub
Forbid the methods PATCH and PUT for push repositories
closes #7013
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 030cf92cff1e05d33005fed369c49b298843871d.
Updated by pulpbot over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Forbid the methods PATCH and PUT for push repositories
closes #7013