WasmPlugin.spec
Extend the functionality provided by the Istio proxy through WebAssembly filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/wasm-plugin.html
| Field / Type | Description |
|---|---|
failStrategy | Specifies the failure behavior for the plugin due to fatal errors. Valid Options: FAIL_CLOSE, FAIL_OPEN, FAIL_RELOAD
|
imagePullPolicy | The pull behaviour to be applied when fetching Wasm module by either OCI image or `http/https`. Valid Options: IfNotPresent, Always
|
imagePullSecret | Credentials to use for OCI image pulling.
|
Specifies the criteria to determine which traffic is passed to WasmPlugin. | |
phase | Determines where in the filter chain this `WasmPlugin` is to be injected. Valid Options: AUTHN, AUTHZ, STATS
|
pluginConfig | The configuration that will be passed on to the plugin.
|
pluginName | The plugin name to be used in the Envoy configuration (used to be called `rootID`).
|
priority | Determines ordering of `WasmPlugins` in the same `phase`.
|
Criteria used to select the specific set of pods/VMs on which this plugin configuration should be applied. | |
sha256 | SHA256 checksum that will be used to verify Wasm module or OCI container.
|
No description provided. | |
Optional.
| |
type | Specifies the type of Wasm Extension to be used. Valid Options: HTTP, NETWORK
|
url | URL of a Wasm module or OCI container.
|
verificationKey | No description provided. |
Configuration for a Wasm VM. |