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 ?