Skip to content

Test Case to Demo 2 Tier Envoy with gRPC-Web filter

Notifications You must be signed in to change notification settings

negator/envoy-grpc-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envoy-grpc-web

This runs on a mac, with Docker For Mac and Bazel installed.

On a command line run:

bazel run //:helloworld

In a separate terminal run:

curl -v 'http://localhost:6552/' -H 'X-User-Agent: grpc-web-javascript/0.1' -H 'Origin: http://localhost:8080' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.9' -H 'Content-Type: application/grpc-web-text' -H 'Accept: application/grpc-web-text' --data-binary 'AAAAAAA='

You can view envoy upstream and downstream logs with:

docker logs envoy_upstream
docker logs envoy_downstream

About

Test Case to Demo 2 Tier Envoy with gRPC-Web filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published