Refactor #30944
redirect 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
Associated revisions
History
#1
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8973 added
#2
Updated by Jonathon Turel almost 2 years ago
- Triaged changed from No to Yes
- Target version set to Katello 3.18.0
#3
Updated by The Foreman Bot almost 2 years ago
- Fixed in Releases Katello 4.0.0 added
#4
Updated by Justin Sherrill almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|19180b45071b3d21706cc15ff01008aaf3adc49e.
Fixes #30944 - pass registry redirects to client
for blobs and manifests, pulp3 will redirect us to
the content app with a specially generated auth token
we can just pass this back to the client and redirect them
for improved performance