.. _envoy_v3_api_file_contrib/envoy/extensions/filters/network/generic_proxy/v3/generic_proxy.proto: Generic Proxy (proto) ===================== .. _extension_envoy.filters.network.generic_proxy: This extension has the qualified name ``envoy.filters.network.generic_proxy`` .. note:: This extension is only available in :ref:`contrib ` images. .. note:: This extension is work-in-progress. Functionality is incomplete and it is not intended for production use. This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted. .. tip:: This extension extends and can be used with the following extension category: - :ref:`envoy.filters.network ` .. warning:: This API feature is currently work-in-progress. API features marked as work-in-progress are not considered stable, are not covered by the :ref:`threat model `, are not supported by the security team, and are subject to breaking changes. Do not use this feature without understanding each of the previous points. Generic proxy. .. _envoy_v3_api_msg_extensions.filters.network.generic_proxy.v3.GenericProxy: extensions.filters.network.generic_proxy.v3.GenericProxy -------------------------------------------------------- :repo:`[extensions.filters.network.generic_proxy.v3.GenericProxy proto] ` .. code-block:: json :force: { "stat_prefix": ..., "codec_config": {...}, "generic_rds": {...}, "route_config": {...}, "filters": [] } .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericProxy.stat_prefix: stat_prefix (`string `_, *REQUIRED*) The human readable prefix to use when emitting statistics. .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericProxy.codec_config: codec_config (:ref:`config.core.v3.TypedExtensionConfig `, *REQUIRED*) The codec which encodes and decodes the application protocol. .. _extension_category_envoy.generic_proxy.codecs: .. tip:: The following extensions are available in :ref:`contrib ` images only: - :ref:`envoy.generic_proxy.codecs.dubbo ` .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericProxy.generic_rds: generic_rds (:ref:`extensions.filters.network.generic_proxy.v3.GenericRds `) The generic proxies route table will be dynamically loaded via the meta RDS API. Precisely one of :ref:`generic_rds `, :ref:`route_config ` must be set. .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericProxy.route_config: route_config (:ref:`extensions.filters.network.generic_proxy.v3.RouteConfiguration `) The route table for the generic proxy is static and is specified in this property. Precisely one of :ref:`generic_rds `, :ref:`route_config ` must be set. .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericProxy.filters: filters (**repeated** :ref:`config.core.v3.TypedExtensionConfig `) A list of individual Layer-7 filters that make up the filter chain for requests made to the proxy. Order matters as the filters are processed sequentially as request events happen. .. _extension_category_envoy.generic_proxy.filters: .. tip:: The following extensions are available in :ref:`contrib ` images only: - :ref:`envoy.filters.generic.router ` .. _envoy_v3_api_msg_extensions.filters.network.generic_proxy.v3.GenericRds: extensions.filters.network.generic_proxy.v3.GenericRds ------------------------------------------------------ :repo:`[extensions.filters.network.generic_proxy.v3.GenericRds proto] ` .. code-block:: json :force: { "config_source": {...}, "route_config_name": ... } .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericRds.config_source: config_source (:ref:`config.core.v3.ConfigSource `, *REQUIRED*) Configuration source specifier for RDS. .. _envoy_v3_api_field_extensions.filters.network.generic_proxy.v3.GenericRds.route_config_name: route_config_name (`string `_, *REQUIRED*) The name of the route configuration. This name will be passed to the RDS API. This allows an Envoy configuration with multiple generic proxies to use different route configurations.