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

Authentication between client and server #104

Open
sverhoeven opened this issue Aug 25, 2021 · 1 comment
Open

Authentication between client and server #104

sverhoeven opened this issue Aug 25, 2021 · 1 comment

Comments

@sverhoeven
Copy link
Member

gRPC allows for SSL/TLS to be used for authentication between client and server. This means the client only accepts connections from a trusted server and a server only accepts messages from a trusted client.

This setup would be needed when model and notebook are communication over the Internet instead of a local network on the same machine.

See https://grpc.io/docs/guides/auth/

@sverhoeven
Copy link
Member Author

See https://github.com/xenon-middleware/pyxenon for an implementation.

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

1 participant