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
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8973 added
Updated by Jonathon Turel about 4 years ago
- Target version set to Katello 3.18.0
- Triaged changed from No to Yes
Updated by The Foreman Bot about 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Justin Sherrill about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|19180b45071b3d21706cc15ff01008aaf3adc49e.
Actions