Skip to content

Adds TLS Termination Support#519

Merged
danehans merged 3 commits intoenvoyproxy:mainfrom
danehans:issue_471
Oct 11, 2022
Merged

Adds TLS Termination Support#519
danehans merged 3 commits intoenvoyproxy:mainfrom
danehans:issue_471

Conversation

@danehans
Copy link
Copy Markdown
Contributor

@danehans danehans commented Oct 7, 2022

Adds support for TLS termination.

Fixes #471

@danehans danehans requested a review from a team as a code owner October 7, 2022 23:09
@danehans danehans added this to the 0.2.0 milestone Oct 7, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 7, 2022

Codecov Report

Merging #519 (444641a) into main (b8f234b) will decrease coverage by 2.11%.
The diff coverage is 10.19%.

@@            Coverage Diff             @@
##             main     #519      +/-   ##
==========================================
- Coverage   62.72%   60.60%   -2.12%     
==========================================
  Files          42       42              
  Lines        4496     4699     +203     
==========================================
+ Hits         2820     2848      +28     
- Misses       1532     1698     +166     
- Partials      144      153       +9     
Impacted Files Coverage Δ
internal/cmd/server.go 7.75% <0.00%> (-0.14%) ⬇️
internal/message/types.go 71.42% <0.00%> (-28.58%) ⬇️
internal/provider/kubernetes/gateway.go 43.40% <8.33%> (-29.71%) ⬇️
internal/gatewayapi/runner/runner.go 58.25% <100.00%> (+3.70%) ⬆️
internal/provider/kubernetes/gatewayclass.go 70.28% <0.00%> (-0.73%) ⬇️
internal/provider/kubernetes/httproute.go 68.18% <0.00%> (+6.06%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@arkodg
Copy link
Copy Markdown
Contributor

arkodg commented Oct 8, 2022

r.Logger.WithValues("output", "xds-ir").Info(string(yamlXdsIR))
will need to be enhanced with a function that scrubs outs the key material, deleting it in this PR and raising a issue to track it should unblock this PR.

@danehans
Copy link
Copy Markdown
Contributor Author

danehans commented Oct 8, 2022

@arkodg regagarding #519 (comment), removed.

arkodg
arkodg previously approved these changes Oct 11, 2022
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
Signed-off-by: danehans <daneyonhansen@gmail.com>
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.

Support simple TLS termination

3 participants