Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExtensionName = "als" ClusterName = "access_log_cluster" )
Variables ¶
This section is empty.
Functions ¶
func ProcessAccessLogPlugins ¶ added in v1.9.25
func ProcessAccessLogPlugins(service *als.AccessLoggingService, logCfg []*envoyal.AccessLog) ([]*envoyal.AccessLog, error)
The AccessLogging plugin configures access logging for envoy, regardless of whether it will be applied to an HttpConnectionManager or TcpProxy NetworkFilter. We have exposed HttpConnectionManagerPlugins to enable fine grained configuration of the HCM across multiple plugins. However, the TCP proxy is still configured by the TCP plugin only. To keep our access logging translation in a single place, we expose this function and the Tcp plugin calls out to it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.