Actions
Story #8103
closedAs a plugin writer, I have a read-only viewset for repository available in the plugin API
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 88
Quarter:
Q1-2021
Description
The container plugin has a repository type which is not managed by user and only GET should be allowed for such.
Without providing it in the plugin API, the plugin would need to define the endpoint
and router_lookup
with properly nested path directly in the plugin code. It's preferable if pulpcore provides such a repository viewset.
This needs to be in 3.10.
Related issues
Updated by ttereshc almost 4 years ago
- Related to Issue #7839: push repository can be created without a distribution added
Updated by ttereshc almost 4 years ago
- Related to Issue #8014: Ensure that container-push repo endpoint is read-only added
Added by ttereshc almost 4 years ago
Updated by ttereshc almost 4 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|2076bb0aa8cd0181dd4bd3da23d1cd510b47b9d3.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add readonly repository viewset to the plugin API
closes #8103 https://pulp.plan.io/issues/8103