tinhutins
tinhutins
We still get this issue while running CMAK in k8s using - https://github.com/eshepelyuk/cmak-operator and connecting to zookepers that are also in k8s deployed using strimzi-kafka. This is the error output...
Hi @airween thanks for the quick reply. We haven’t seen any log entry like: `Audit log: Failed writing (requested ...)` in the modsec_debug.log. Here’s the full relevant config: ``` SecResponseBodyAccess...
Hi @airween Nothing similar shows up in error.log either — here’s what we get on startup: ``` [Thu Oct 16 07:48:25.730768 2025] [security2:notice] [pid 122656:tid 122656] ModSecurity for Apache/2.9.12 (http://www.modsecurity.org/)...
Hi @airween We are trying to inspect ModSecurity audit logs at runtime using GDB on Amazon Linux. Here is what we have tried: **Checked available functions:** ``` (gdb) info functions...
Hi again @airween, Following up on your previous suggestion about rebuilding with CFLAGS="-O0 -g" or using a dbgsym package. We’re running Amazon Linux 2023 (aarch64), and we have all the...