Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of httputil reverse proxy #725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phillebaba
Copy link
Member

@phillebaba phillebaba commented Feb 5, 2025

This change removes the httputil reverse proxy in favor of a http client. This is mostly to remove complexity and add some control back to outgoing requests. We aren't in need of a lot of the proxy features anyways as the outgoing requests are known.

@phillebaba phillebaba force-pushed the remove-httputil-proxy branch 2 times, most recently from a4c35db to 69b692f Compare February 6, 2025 11:53
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

Attention: Patch coverage is 76.56250% with 15 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pkg/registry/registry.go 76.56% 11 Missing and 4 partials ⚠️
Files with missing lines Coverage Δ
pkg/registry/registry.go 50.48% <76.56%> (+1.57%) ⬆️

@phillebaba phillebaba force-pushed the remove-httputil-proxy branch 2 times, most recently from 09afc72 to dfb41d4 Compare February 6, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant