Actions
Task #4233
closedStory #3968: As a Pulp user, I can protect content I have stored in Pulp
Add/Fix a few things to support content guards.
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 46
Quarter:
Description
Need to add:
- base ContentGuardFilter
- base ContentGuardSerializer
- base ContentGuardViewSet
- models.storage.get_tls_path() to plugin API.
Need to fix:
- models.storage.get_tls_path() uses model.id but needs to be uuid() since the switch to integer PKs.
Actions
Add base serializer and viewset for content-guards. closes #4233