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

7 fields
TrafficExtension.spec fields and descriptions
Field / TypeDescription
object

Lua filter configuration.

object[]

Specifies the criteria to determine which traffic is passed to TrafficExtension.

phase
string

Determines where in the filter chain this `TrafficExtension` is to be injected. Valid Options: AUTHN, AUTHZ, STATS

  • enum: ["UNSPECIFIED","AUTHN","AUTHZ","STATS"]
priority
integer

Determines ordering of `TrafficExtensions` in the same `phase`.

  • format: int32
  • nullable
object

Optional.

object[]

Optional.

  • maxItems: 16
object

WebAssembly filter configuration.