Upstream reverse connection socket interface (proto)
This extension has the qualified name envoy.bootstrap.reverse_tunnel.upstream_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.upstream_socket_interface.v3.UpstreamReverseConnectionSocketInterface
Configuration for the upstream reverse connection socket interface.
{
"stat_prefix": ...,
"ping_failure_threshold": {...},
"enable_detailed_stats": ...
}
- stat_prefix
(string) Stat prefix for upstream reverse connection socket interface stats.
- ping_failure_threshold
(UInt32Value) Number of consecutive ping failures before an idle reverse connection socket is marked dead. Defaults to 3 if unset. Must be at least 1.
- enable_detailed_stats
(bool) Enable detailed per-node and per-cluster statistics. When enabled, emits hidden statistics for individual nodes and clusters. Defaults to false.