Skip to content

Commit

Permalink
Enable WAF
Browse files Browse the repository at this point in the history
  • Loading branch information
said-moj committed Nov 29, 2023
1 parent 77dda0a commit 370160f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes_deploy/production/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
external-dns.alpha.kubernetes.io/aws-weight: "100"
nginx.ingress.kubernetes.io/enable-modsecurity: "true"
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRuleRemoveById 200001
SecRuleEngine On
spec:
ingressClassName: "modsec"
tls:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_deploy/staging/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
external-dns.alpha.kubernetes.io/aws-weight: "100"
nginx.ingress.kubernetes.io/enable-modsecurity: "true"
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRuleRemoveById 200001
SecRuleEngine On
spec:
ingressClassName: "modsec"
tls:
Expand Down

0 comments on commit 370160f

Please sign in to comment.