You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: