Story #1291
closedAs a user, I can sync feeds that require username/password authentication
100%
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.
Related issues
Updated by rbarlow about 9 years ago
- 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
Updated by rbarlow almost 9 years ago
- Has duplicate Story #1573: As a user, I can use basic auth to retrieve content from docker hub added
Updated by tomckay@redhat.com over 8 years ago
Atomic registry[1] uses / can use token based auth as well. Allowing this as a setting to the repository url would facilitate that integration.
[1] http://docs.projectatomic.io/registry/latest/registry_quickstart/developers.html
Updated by mhrivnak over 8 years ago
- Has duplicate Story #1975: As a user, I can sync V2 content from an integrated OpenShift registry added
Updated by bmbouter over 8 years ago
Can a checklist be added to this story?
Also this will come with pulp-admin updates too?
Updated by amacdona@redhat.com over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
Updated by amacdona@redhat.com over 8 years ago
- Status changed from ASSIGNED to POST
Added by Austin Macdonald over 8 years ago
Added by Austin Macdonald over 8 years ago
Revision 2a99e19f | View on GitHub
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
Added by Austin Macdonald over 8 years ago
Revision 2a99e19f | View on GitHub
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
Added by Austin Macdonald over 8 years ago
Revision 2a99e19f | View on GitHub
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
Updated by Anonymous over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 2a99e19f197902c647485679ec6d590cc219ac90.
Updated by amacdona@redhat.com over 8 years ago
- Target Release - Docker set to 2.1.0
Updated by semyers over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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