Mac Chaffee
Mac Chaffee
The library that we use to speak SPOP appears to be unmaintained: https://github.com/criteo/haproxy-spoe-go/issues/37 It also has a small public API and lack of interfaces that makes testing our code extremely...
When running coraza-spoa in an environment like Kubernetes, handling SIGTERM becomes important for zero-downtime upgrades. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination There are two main ways to deploy coraza-spoa: As a standalone pod,...
Looks like the log message for when modsecurity fails to load the configuration is not being included in the error message: https://github.com/haproxy/spoa-modsecurity/blob/3c895f3e7dd291dba19d57ba054b277e6fb80ca4/modsec_wrapper.c#L153-L156 So if you have a syntax error in...
Looks like if an SPOP request to modsecurity exceeds the `timeout processing`, the request will be allowed to proceed. Is there some way of configuring HAProxy to "fail closed" when...
Just started using JWB, really enjoying it! I noticed that if I leave my JWB browser tab open for a while and then come back to it, I'll sometimes hit...
**Describe the bug** When running something like `select * from bigtable` on a table with many rows, RAM usage of pgAdmin baloons to the size of the table size. This...
Hello, thanks for creating this amazing repo! I noticed that even after #556 was merged into master, I still can't seem to purge keys by regex. I'm using Caddy and...
I had to search in the code to see the flag required to change the S3 URL, so I've surfaced that info in the README. Also ignored the `data/` folder...
### Problem description When trying to set up Deno KV backups to Google Cloud Storage, Google's interface for generating access tokens includes a single trailing space at the end of...
### What problem are you trying to solve? I have a Deno Deploy site where I want to limit the number of requests hitting the backend to reduce costs. Without...