Ajout d'exceptions modsecurity pour keycloak
This commit is contained in:
parent
15cdb37732
commit
d034af8e44
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
|
<LocationMatch "^/auth/admin/realms/">
|
||||||
|
SecRuleRemoveById 911100
|
||||||
|
SecRuleRemoveById 932130
|
||||||
|
SecRuleRemoveById 949110
|
||||||
|
</LocationMatch>
|
||||||
|
|
Loading…
Reference in a new issue