mirror of
https://github.com/alibaba/higress.git
synced 2026-02-21 06:20:54 +08:00
15 lines
413 B
YAML
15 lines
413 B
YAML
apiVersion: extensions.higress.io/v1alpha1
|
|
kind: WasmPlugin
|
|
metadata:
|
|
name: waf
|
|
namespace: higress-system
|
|
spec:
|
|
# build from https://github.com/corazawaf/coraza-proxy-wasm
|
|
url: oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/corazawaf:1.0.0
|
|
defaultConfig:
|
|
rules:
|
|
- "Include @crs-setup-conf"
|
|
- "Include @recommended-conf"
|
|
- "Include @owasp_crs/*.conf"
|
|
- "SecRuleEngine on"
|