Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkfella91 committed Oct 27, 2024
1 parent cc883fc commit 260bb9e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ spec:
enabled: true
annotations:
external-dns.alpha.kubernetes.io/target: external.${PUBLIC_DOMAIN}
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRule REQUEST_URI "@beginsWith /api/" \
"id:1000,phase:1,pass,nolog,ctl:ruleRemoveById=911100"
SecRule REQUEST_METHOD "!@within GET POST PUT DELETE OPTIONS PATCH" \
"log,deny,id:1001,status:403,msg:\'Method not allowed\'\"
ingressClassName: external
hosts:
- authentik.${PUBLIC_DOMAIN}
Expand Down

0 comments on commit 260bb9e

Please sign in to comment.