eWaterCycle / eWaterCycle/grpc4bmi
Authentication between client and server
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.