corazawaf / coraza-spoa

EXPERIMENTAL: A wrapper around the OWASP Coraza WAF for HAProxy's SPOE filters
Apache License 2.0
74 stars 16 forks source link

docker/e2e/e2e.sh: use --max-time for curl #98

Open bzed opened 7 months ago

bzed commented 7 months ago

To avoid the e2e test blocking a worker until it is killed, ensure that curl returns (and fails) if it was not able to get a reply in a sane amount of time.

bzed commented 7 months ago

(this does not fix the build error, but it makes it actually debug-able).