Story #1291
closed
As a user, I can sync feeds that require username/password authentication
Status:
CLOSED - CURRENTRELEASE
Target Release - Docker:
2.1.0
Description
Some external registries (OSE/regular registry/Atomic Registry) require you to provide username and password in addition to the sync URL for authentication. We need pulp to support this to enable syncing..
look at this for more info ->
https://docs.docker.com/registry/spec/auth/token/
This is very important for enabling users to sync their custom-made container images into pulp.
- Tracker changed from Issue to Story
- Subject changed from Need support for username/password auth for sync to As a user, I can sync feeds that require username/password authentication
- Groomed set to No
- Sprint Candidate set to Yes
- Has duplicate Story #1573: As a user, I can use basic auth to retrieve content from docker hub added
- Sprint Candidate changed from Yes to No
- Has duplicate Story #1975: As a user, I can sync V2 content from an integrated OpenShift registry added
- Sprint Candidate changed from No to Yes
Can a checklist be added to this story?
Also this will come with pulp-admin updates too?
Added some documentation checklist items.
- Description updated (diff)
- Description updated (diff)
- Groomed changed from No to Yes
- Sprint/Milestone set to 23
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Platform Release set to 2.10.0
- Target Release - Docker set to 2.1.0
- Status changed from MODIFIED to 5
- Status changed from 5 to CLOSED - CURRENTRELEASE
- Sprint/Milestone deleted (
23)
Also available in: Atom
PDF
Add basic auth to docker token request
Allow users to include basic auth credentials in the importer config and CLI which are used to sync private repositories from Docker registries that support basic auth.
closes #1291