You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> :information_source: Works only if you are using [ingress-nginx](https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx) as Ingress Controller.
242
+
243
+
[ingress-nginx](https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx) has a built-in mod_security v3, that needs to be enabled on global configuration level using those helm values:
244
+
245
+
```yaml
246
+
controller:
247
+
config:
248
+
enable-modsecurity: "true"
249
+
enable-owasp-modsecurity-crs: "true"
250
+
modsecurity-snippet: |
251
+
SecRuleEngine On
252
+
```
253
+
254
+
> :warning: This will enable mod_security and OWASP Core RuleSet on all ingress resources by default! According to documentation you need to set ingress annotation `nginx.ingress.kubernetes.io/enable-modsecurity: "false"` in every ingress, where you want the WAF to be disabled
255
+
256
+
**WordPress requires additional tweaking, this can be done using Helm values of our Helm Chart as follows:**
0 commit comments