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

Add SSL protection over gRPC between sqlflow client and server #10

Open
wangkuiyi opened this issue May 18, 2020 · 2 comments
Open

Add SSL protection over gRPC between sqlflow client and server #10

wangkuiyi opened this issue May 18, 2020 · 2 comments
Assignees

Comments

@wangkuiyi
Copy link
Collaborator

wangkuiyi commented May 18, 2020

As the client and server might cross the Internet.

On the contrary, the Jupyter magic command is at the server-side together wth the SQLFlow server, so no strict requirement of SSL.

@wangkuiyi
Copy link
Collaborator Author

To add SSL authentication to gRPC, we can do https://grpc.io/docs/guides/auth/

@wangkuiyi
Copy link
Collaborator Author

For more information about the deployment with service.pem, we need to refer to https://itnext.io/practical-guide-to-securing-grpc-connections-with-go-and-tls-part-1-f63058e9d6d1

The client needs the service.pem file if we self-sign the certificate of SQLFlow service.

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

No branches or pull requests

4 participants