### Envoy Coraza WAF Filter Configuration Source: https://coraza.io Configure the Envoy proxy to use the Coraza WAF filter by specifying the Go library, plugin name, and plugin configuration including directives for rule engine, rule set includes, and CRS configuration. ```yaml # Envoy Coraza WAF Filter http_filters: - name: envoy.filters.http.golang typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.golang.v3alpha.Config library_id: coraza-waf library_path: /etc/envoy/coraza-waf.so plugin_name: coraza-waf plugin_config: "@type": xds.type.v3.TypedStruct value: directives: | SecRuleEngine On Include @coraza.conf-recommended Include @crs-setup.conf.example Include @owasp_crs/*.conf ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.