Story #8102
closedAs a user I want to define private and public repos
100%
Description
The behaviour is taken from dockerhub.
By default all registry repos will be public.
If the user want to have his registry repo to be private he will need to create it in advance in pulp. Since distributions are the ones which directly interact with push/pull operations - container distribution should be create ahead and marked private. We should add boolean on the distribution model private
and it's default value unless specified will be false.
If 'push' operation will end up creating the registry repo( aka- create a container distribution because there is not an existing one), it will be visible by default. This operation will also subsequently create a container push-repo
Updated by ipanova@redhat.com almost 4 years ago
- Sprint/Milestone changed from 2.4.0 to 2.3.0
Updated by ipanova@redhat.com almost 4 years ago
- Tracker changed from Task to Story
- Description updated (diff)
Updated by mdellweg almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot almost 4 years ago
Added by mdellweg almost 4 years ago
Updated by mdellweg almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset c2577e94b74caec0a5952d6be4fc1007d4620608.
Added by mdellweg almost 4 years ago
Revision cf06d6e9 | View on GitHub
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
Added by mdellweg almost 4 years ago
Revision 86a6bcfd | View on GitHub
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
Added by mdellweg almost 4 years ago
Revision 86a6bcfd | View on GitHub
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add private flag to distribution
This allows the user to specify its container repositories to be private or world readable.
fixes #8102 https://pulp.plan.io/issues/8102