Actions
Refactor #30944
closedredirect on manifest & blob requests instead of proxying the full blob
Pull request:
Fixed in Releases:
Found in Releases:
Description
currently our registry api fully proxies blobs and manifests which takes quite a bit more time and probably more memory and other resources. but with pulp-container 2.0.1, requests to the pulp registry get redirected to the content app with an auth token in tact. We can just redirect our client to that new url
Actions