From b3453a9dbdf71793bdb7410033f4eababd3a489d Mon Sep 17 00:00:00 2001 From: Mitch Dawson Date: Fri, 25 Oct 2024 16:50:53 +0100 Subject: [PATCH] add remove rule 930130 --- deployments/templates/ingress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/templates/ingress.yml b/deployments/templates/ingress.yml index 644f3c50..f7d52559 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:2,allow" SecDefaultAction "phase:2,pass,log,tag:github_team=data-catalogue" SecDefaultAction "phase:4,pass,log,tag:github_team=data-catalogue" spec: