Skip to content

Commit

Permalink
Add support for gRPC-Web using Envoy's grpc_web filter
Browse files Browse the repository at this point in the history
For more information, please refer to
https://www.envoyproxy.io/docs/envoy/v1.9.0/configuration/http_filters/grpc_web_filter#config-http-filters-grpc-web

Thanks to @rotemtam for the original implementation with the gRPC HTTP/1.1
bridge in #1201 for making this so trivial for me to contribute!

Implements feature request #456.
  • Loading branch information
gertvdijk committed Feb 11, 2019
1 parent b9eb0b3 commit daef17d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reference/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ config:
# methods: POST, GET, OPTIONS
# ...
# ...

# This enables gRPC-Web; a bridge to have Ambassador translate between
# the gRPC-Web protocol and a native gRPC upstream server.
# enable_grpc_web: true
```

### `enable_ivp4` and `enable_ipv6`
Expand Down

0 comments on commit daef17d

Please sign in to comment.