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

allow configuration of upstream TLS connection settings #5828

Merged
merged 35 commits into from
Dec 20, 2023

use dag upstreamtls struct in processors

c7dddae
Select commit
Loading
Failed to load commit list.
Merged

allow configuration of upstream TLS connection settings #5828

use dag upstreamtls struct in processors
c7dddae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2023 in 0s

78.70% (+0.00%) compared to eece587

View this Pull Request on Codecov

78.70% (+0.00%) compared to eece587

Details

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (eece587) 78.69% compared to head (c7dddae) 78.70%.
Report is 15 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5828   +/-   ##
=======================================
  Coverage   78.69%   78.70%           
=======================================
  Files         138      138           
  Lines       19687    19717   +30     
=======================================
+ Hits        15493    15518   +25     
- Misses       3890     3895    +5     
  Partials      304      304           
Files Coverage Δ
cmd/contour/servecontext.go 83.84% <100.00%> (+0.18%) ⬆️
internal/contourconfig/contourconfiguration.go 98.18% <100.00%> (+0.05%) ⬆️
internal/dag/dag.go 98.70% <ø> (ø)
internal/dag/extension_processor.go 95.90% <100.00%> (+0.03%) ⬆️
internal/dag/httpproxy_processor.go 91.92% <100.00%> (+0.01%) ⬆️
internal/dag/ingress_processor.go 97.60% <100.00%> (+<0.01%) ⬆️
internal/envoy/v3/auth.go 100.00% <100.00%> (ø)
internal/envoy/v3/cluster.go 96.36% <100.00%> (+0.04%) ⬆️
internal/featuretests/v3/envoy.go 99.08% <100.00%> (+<0.01%) ⬆️
pkg/config/parameters.go 86.39% <100.00%> (+0.32%) ⬆️
... and 1 more

... and 2 files with indirect coverage changes