diff --git a/deployments/templates/ingress.yml b/deployments/templates/ingress.yml index 644f3c50..bda9ae50 100644 --- a/deployments/templates/ingress.yml +++ b/deployments/templates/ingress.yml @@ -8,6 +8,7 @@ metadata: nginx.ingress.kubernetes.io/enable-modsecurity: "true" nginx.ingress.kubernetes.io/modsecurity-snippet: | SecRuleEngine On + SecRule REQUEST_URI "@contains .profile" "id:1005,phase:1,t:lowercase,ctl:ruleRemoveById=930130" SecDefaultAction "phase:2,pass,log,tag:github_team=data-catalogue" SecDefaultAction "phase:4,pass,log,tag:github_team=data-catalogue" spec: