'Restrict gRPC channels to local machine
I'm using gRPC to implement RPCs between local Python processes. I'd like to make sure that the server only responds to local requests, i.e., from the same machine. However, I don't see a way to do it in the gRPC API. Am I missing something?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
