-
Notifications
You must be signed in to change notification settings - Fork 328
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
TLS for gRPC service #3336
Labels
Comments
FWIW, you may add greptimedb/src/servers/src/grpc.rs Lines 171 to 174 in 450dfe3
where the ServerTlsConfig is constructed like: greptimedb/src/common/grpc/src/channel_manager.rs Lines 74 to 98 in 450dfe3
But I'm unfamiliar with TLS and don't know how to test it. So just share my finding that can be a start point. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What type of enhancement is this?
Configuration
What does the enhancement do?
Add TLS support for our gRPC services (default port: 4001)
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: