Story #1975
closedAs a user, I can sync V2 content from an integrated OpenShift registry
0%
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
Updated by mhrivnak over 8 years ago
There's a good chance this already works, even though the options aren't documented on this importer. You could try setting "basic_auth_username" and "basic_auth_password" in the importer config.
If it doesn't work, it should be easy for us to get working. It could be something as simple as making the importer's config validator allow these settings.
Updated by mhrivnak over 8 years ago
- Is duplicate of Story #1291: As a user, I can sync feeds that require username/password authentication added
Updated by mhrivnak over 8 years ago
- Status changed from NEW to CLOSED - DUPLICATE
- Sprint Candidate changed from Yes to No