.. _envoy_v3_api_file_envoy/extensions/filters/http/grpc_http1_reverse_bridge/v3/config.proto: gRPC HTTP/1.1 Reverse Bridge ============================ .. _extension_envoy.filters.http.grpc_http1_reverse_bridge: This extension may be referenced by the qualified name *envoy.filters.http.grpc_http1_reverse_bridge* .. note:: This extension is functional but has not had substantial production burn time, use only with this caveat. This extension has an unknown security posture and should only be used in deployments where both the downstream and upstream are trusted. gRPC HTTP/1.1 Reverse Bridge :ref:`configuration overview `. .. _envoy_v3_api_msg_extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfig: extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfig ----------------------------------------------------------------- `[extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfig proto] `_ gRPC reverse bridge filter configuration .. code-block:: json { "content_type": "...", "withhold_grpc_frames": "..." } .. _envoy_v3_api_field_extensions.filters.http.grpc_http1_reverse_bridge.v3.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_v3_api_field_extensions.filters.http.grpc_http1_reverse_bridge.v3.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_v3_api_msg_extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfigPerRoute: extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfigPerRoute ------------------------------------------------------------------------- `[extensions.filters.http.grpc_http1_reverse_bridge.v3.FilterConfigPerRoute proto] `_ gRPC reverse bridge filter configuration per virtualhost/route/weighted-cluster level. .. code-block:: json { "disabled": "..." } .. _envoy_v3_api_field_extensions.filters.http.grpc_http1_reverse_bridge.v3.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.