Flavien

Results 6 comments of Flavien

be ``` backend coraza-spoa mode tcp option spop-check server k8s-dev-02 10.96.64.130:30900 check ``` svc ``` apiVersion: v1 kind: Service metadata: name: coraza namespace: coraza spec: type: NodePort ports: - name:...

> You both have to deploy it differently and instead of using a cluster ip have to use dns service discovery inside the haproxy config. can it work even with...

so far i tried changing : - HAProxy buffers - coraza.conf with : - SecRequestBodyLimit - SecRequestBodyInMemoryLimit - SecArgumentsLimit - tried looking in debug & audit log but nothing really...

> I was having the same issue. I added the suggested rule from [#180 (comment)](https://github.com/corazawaf/coraza-spoa/issues/180#issuecomment-2703816577), and that has fixed it. I tried adding this rule but unfortunately not all big...

Even if it's only PL1?

> This is one of a handful of rules, that fail on random input because their minimal patterns are relatively short. > > We could move them to a higher...