Bridging gRPC over TCP to gRPC over UDS

22 views Asked by At

I have a requirement to listen for gPPC request over TCP validate the auth token, then route the validated request to a gRPC service using a domain socket without any auth.

My initial research indicates that this could be be done using an Envoy proxy. Is this indeed possible, or am I barking up tbe wrong tree ?

0

There are 0 answers