Actions
Issue #8206
closedAdd a custom queryset filtering for the ContainerDistribution viewset
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 90
Quarter:
Description
Display only those distributions to the user he can see
- it is a public distribution
- has object level perms on distributions
- can see distributions within namespace
Take this code as reference https://github.com/pulp/pulp_container/pull/207/files#r566404900
Actions
Change queryset filter for ContainerDistribution
The new implementation takes the private flag as well as namespace permissions into account.
fixes #8206