Internal Listener (proto)

This extension has the qualified name envoy.bootstrap.internal_listener

Note

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

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:

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 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.

Internal Listener overview.

extensions.bootstrap.internal_listener.v3.InternalListener

[extensions.bootstrap.internal_listener.v3.InternalListener proto]

Configuration for internal listener.

{
  "buffer_size_kb": {...}
}
buffer_size_kb

(UInt32Value) The internal listener client connection buffer size in KiB. For example, if buffer_size_kb is set to 5, then the actual buffer size is 5 KiB = 5 * 1024 bytes. If the buffer_size_kb is not specified, the buffer size is set to 1024 KiB.