Actions
Story #1975
closedAs a user, I can sync V2 content from an integrated OpenShift registry
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Target Release - Docker:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
In order to sync V2 content from the integrated registry provided with OpenShift, pulp_docker needs to handle Basic auth.
The OpenShift registry does not currently allow unauthenticated pull access, and requires Basic auth with a password that is the access token for the given username. OpenShift service accounts can also authenticate this way, using the username "serviceaccount" and using their service account access token as the password.
There is related work aiming to allow unauthenticated pulls from the OpenShift registry in some configurations:
https://bugzilla.redhat.com/show_bug.cgi?id=1331191
Related issues
Actions