.. _envoy_api_file_envoy/config/filter/http/grpc_http1_reverse_bridge/v2alpha1/config.proto: gRPC HTTP/1.1 Reverse Bridge ============================ gRPC HTTP/1.1 Reverse Bridge :ref:`configuration overview `. .. _envoy_api_msg_config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfig: config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfig ------------------------------------------------------------------ `[config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfig proto] `_ gRPC reverse bridge filter configuration .. code-block:: json { "content_type": "...", "withhold_grpc_frames": "..." } .. _envoy_api_field_config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfig.content_type: content_type (`string `_, *REQUIRED*) The content-type to pass to the upstream when the gRPC bridge filter is applied. The filter will also validate that the upstream responds with the same content type. .. _envoy_api_field_config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfig.withhold_grpc_frames: withhold_grpc_frames (`bool `_) If true, Envoy will assume that the upstream doesn't understand gRPC frames and strip the gRPC frame from the request, and add it back in to the response. This will hide the gRPC semantics from the upstream, allowing it to receive and respond with a simple binary encoded protobuf. .. _envoy_api_msg_config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfigPerRoute: config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfigPerRoute -------------------------------------------------------------------------- `[config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfigPerRoute proto] `_ gRPC reverse bridge filter configuration per virtualhost/route/weighted-cluster level. .. code-block:: json { "disabled": "..." } .. _envoy_api_field_config.filter.http.grpc_http1_reverse_bridge.v2alpha1.FilterConfigPerRoute.disabled: disabled (`bool `_) If true, disables gRPC reverse bridge filter for this particular vhost or route. If disabled is specified in multiple per-filter-configs, the most specific one will be used.