Skip to content

Commit

Permalink
add additional bypass rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Nov 12, 2024
1 parent f3836ca commit 7e3e061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm_deploy/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ datahub-frontend:
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRuleEngine On
SecRule REQUEST_URI "@beginsWith /api/v2/graphql" "id:1005,phase:2,t:none,ctl:ruleRemoveById=932150;ARGS:json.query"
SecRule REQUEST_URI "@beginsWith /api/v2/graphql" "id:1005,phase:2,t:none,ctl:ruleRemoveById=932115;ARGS:json.query"
SecRule REQUEST_URI "@beginsWith /api/v2/graphql" "id:1005,phase:2,t:none,ctl:ruleRemoveById=941180;ARGS:json.query"
SecRule REQUEST_URI "@beginsWith /api/v2/graphql" "id:1005,phase:2,t:none,ctl:ruleRemoveById=949110;ARGS:json.query"
SecDefaultAction "phase:2,pass,log,tag:github_team=data-catalogue"
SecDefaultAction "phase:4,pass,log,tag:github_team=data-catalogue"
tls:
Expand Down

0 comments on commit 7e3e061

Please sign in to comment.