caddyserver / ingress

WIP Caddy 2 ingress controller for Kubernetes
Apache License 2.0
637 stars 70 forks source link

feat: Use caddy's internal Proxy protocol module #166

Closed Embraser01 closed 3 months ago

Embraser01 commented 10 months ago

Also deprecated the one we have as it's redundant with the one included in caddy and people should use the one provided by caddy.

Because it's the same library behind, I do not expect any breaking change.

I'll let it in draft until the new proxyprotol module is merged and released in caddy (https://github.com/caddyserver/caddy/pull/5915)

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 18.34%. Comparing base (c3c4342) to head (0334775).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #166 +/- ## ========================================== - Coverage 18.90% 18.34% -0.57% ========================================== Files 30 30 Lines 1063 1063 ========================================== - Hits 201 195 -6 - Misses 861 867 +6 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.