Envoy Filter

Envoy Filter Presets

Ready-to-deploy configuration presets for Envoy Filter. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Add a CORS HTTP filter to a gateway (gRPC-Web)

The canonical "escape hatch" use: insert Envoy's native CORS HTTP filter into a gateway's HTTP connection manager so a browser can call a gRPC-Web (or any cross-origin) backend through the gateway....

02

Tune an outbound cluster (MERGE)

Merge low-level Envoy cluster settings -- connection timeout, TCP keepalive, circuit-breaker internals, and other knobs not exposed by `DestinationRule` -- onto the CDS cluster a sidecar generates...