release 0.6.2 (#186)

This commit is contained in:
澄潭
2023-02-13 19:22:32 +08:00
committed by GitHub
parent f402f86374
commit 1b7723bac5
7 changed files with 42 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
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"