Bootstrap settings for downstream reverse connection socket interface (proto)

This extension has the qualified name envoy.bootstrap.reverse_tunnel.downstream_socket_interface

Note

This extension is work-in-progress. Functionality is incomplete and it is not intended for production use.

This extension has an unknown security posture 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:

This extension must be configured with one of the following type URLs:

extensions.bootstrap.reverse_tunnel.downstream_socket_interface.v3.DownstreamReverseConnectionSocketInterface

[extensions.bootstrap.reverse_tunnel.downstream_socket_interface.v3.DownstreamReverseConnectionSocketInterface proto]

Configuration for the downstream reverse connection socket interface. This interface initiates reverse connections to upstream Envoys and provides them as socket connections for downstream requests.

{
  "stat_prefix": ...,
  "enable_detailed_stats": ...
}
stat_prefix

(string) Stat prefix to be used for downstream reverse connection socket interface stats.

enable_detailed_stats

(bool) Enable detailed per-host and per-cluster statistics. When enabled, emits hidden statistics for individual hosts and clusters. Defaults to false.