Issue #7620
closedpulpcore registry api doesn't like Accept headers when syncing from pulp
Description
When i have a pulp3 installation with pulp_container 2.0.1 hosting a container repository and i setup a 2nd pulp3 server and try to sync from it, i get an error:
{"errors":[{"code":"UNSUPPORTED","message":"Could not satisfy the request Accept header.","detail":{}}]
It seems that pulp3 doesn't like the Accept header that the other pulp3 server is requesting:
here's the accept header from the syncing pulpcore server:
"application/vnd.docker.distribution.manifest.v2+json,application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.oci.image.index.v1+json,application/vnd.oci.image.manifest.v1+json"
if i delete that header on the request (in our shim layer), it goes through fine.
Updated by jsherril@redhat.com about 4 years ago
and to clarify, this is happening when the blobs are being fetched. It appears the manifests are fetched with no issue
Updated by ipanova@redhat.com about 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 82
Updated by ipanova@redhat.com about 4 years ago
(07:50:54 PM) ipanova: quick google fu showed that we need to write a custom renderer https://stackoverflow.com/questions/30903951/django-doesnt-parse-a-custom-http-accept-header
(07:51:20 PM) ipanova: https://github.com/pulp/pulp_container/blob/47781dbab4b852542303bee5980c41030aa03d9b/pulp_container/app/registry_api.py#L111
(07:51:29 PM) ipanova: we have it written for the manifest but not for blobs
Updated by ipanova@redhat.com about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com about 4 years ago
Added by ipanova@redhat.com about 4 years ago
Revision 970e2cfd | View on GitHub
Fixed Renderer to handle properly Manifest and Blob responses.
Updated by ipanova@redhat.com about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 970e2cfd37ea6d5d7e21ce128750424dfe1f5af1.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Fixed Renderer to handle properly Manifest and Blob responses.
closes #7620 https://pulp.plan.io/issues/7620