-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: add grpc tls support on gateway #4522
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4522 +/- ##
==========================================
+ Coverage 87.91% 88.34% +0.43%
==========================================
Files 116 116
Lines 8455 8484 +29
==========================================
+ Hits 7433 7495 +62
+ Misses 1022 989 -33
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cb76f37
to
8320a7b
Compare
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
style: fix overload and cli autocomplete feat: add tls
8320a7b
to
a1dbe5f
Compare
it is not clear to me if websocket'a TLS is included: if not, better include it. If it is already included, then please add it to PR's body |
This pr is only about grpc as websocket is already handle both on server and on client side |
5fe46ba
to
f559aad
Compare
d9958e5
to
392dccf
Compare
Please, add documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation required
there is a pending PR that will add documentation for everything related to |
This pr add tls suppport for the grpc gateway
PS: websocket and http gateway already handle tls