Tap

This extension may be referenced by the qualified name envoy.transport_sockets.tap

Note

This extension is functional but has not had substantial production burn time, use only with this caveat.

This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted.

Warning

This API is work-in-progress and is subject to breaking changes.

config.transport_socket.tap.v2alpha.Tap

[config.transport_socket.tap.v2alpha.Tap proto]

Configuration for tap transport socket. This wraps another transport socket, providing the ability to interpose and record in plain text any traffic that is surfaced to Envoy.

{
  "common_config": "{...}",
  "transport_socket": "{...}"
}
common_config

(config.common.tap.v2alpha.CommonExtensionConfig, REQUIRED) Common configuration for the tap transport socket.

transport_socket

(core.TransportSocket, REQUIRED) The underlying transport socket being wrapped.