Tap

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.