istio v1.31.0
TrafficExtension.spec
Extend the functionality provided by the Istio proxy through WebAssembly or Lua filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/traffic_extension.html
| Field / Type | Description |
|---|---|
Lua filter configuration. | |
Specifies the criteria to determine which traffic is passed to TrafficExtension. | |
phase | Determines where in the filter chain this `TrafficExtension` is to be injected. Valid Options: AUTHN, AUTHZ, STATS
|
priority | Determines ordering of `TrafficExtensions` in the same `phase`.
|
Optional. | |
Optional.
| |
WebAssembly filter configuration. |