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

Revert "Debian packaging updates" #86

Open jcchavezs opened 11 months ago

jcchavezs commented 11 months ago

Reverts corazawaf/coraza-spoa#72

bzed commented 7 months ago

@jcchavezs I've started to debug the build failures, does not look like #72 is the reason for them:

tests-1  | [Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 20s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 19s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 18s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 17s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 16s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 15s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 14s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 13s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 12s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 11s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 10s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 9s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 8s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 7s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 6s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 5s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 4s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 3s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 2s   
[Wait] Waiting for response from http://haproxy:80/anything?arg=arg_1. Timeout: 1s   
[Fail] Timeout waiting for response from http://haproxy:80/anything?arg=arg_1, make sure the server is running.
Aborting on container exit...
tests-1 exited with code 1
 Container coraza-spoa-tests-1  Stopping
 Container coraza-spoa-tests-1  Stopped
Error: Process completed with exit code 1.

The first think I'll do is to send a PR to stop curl from waiting more or less forever (or until its getting killed by github after waiting forever).