You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi, I'm a bit confused as to how to set up Envoy with gRPC web.
According to the documentation, "we will use the Envoy proxy to forward the gRPC browser request to the backend server. You can see the complete config file in envoy.yaml".
I have a JS FE in the browser that is talking to a go backend. I'm confused about what the expectation is to deploy Envoy for the browser. Does this mean that envoy and this yaml file are running on the backend with a frontend envoy proxy and sidecar (doesn't quite match grpc documentation), or something else?