Story #3969
closed
Story #3968: As a Pulp user, I can protect content I have stored in Pulp
As a user, I can CRUD a ContentGuard
Status:
CLOSED - CURRENTRELEASE
Description
See the epic (#3968) for the models and routes.
- Blocks Story #3970: As a user, I can configure a Distribution to be protected by one ContentGuard added
Let's design the ContentGuard here:
For example:
ContentGuard(MasterModel):
- name (unique)
- description (optional)
We should also describe the master/detail URLs. I suspect this will follow the same pattern as Remotes and Publishers.
- Related to Story #3972: As a plugin writer, I can define a type of ContentGuard added
- Related to deleted (Story #3972: As a plugin writer, I can define a type of ContentGuard)
- Blocks Story #3972: As a plugin writer, I can define a type of ContentGuard added
- Description updated (diff)
- Description updated (diff)
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint/Milestone set to 3.0.0
- Sprint set to Sprint 43
- Tags Pulp 3 added
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Blocks deleted (Story #3972: As a plugin writer, I can define a type of ContentGuard)
- Related to Test #4122: Test CRUD ContentGuard added
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Add ContentGuard model, serializer and viewset. closes #3969