rikatz/ingress-security-agent

Failed to populate the request

Opened this issue · 0 comments

Run the docker with the readme guidance, and setup a haproxy working as the SPOE to point to this docker SPOA on 9000 port (its frontend listens on 8080, and one server as backend).

When request the content:

# curl -o /tmp/out -D - -s  127.0.0.1:8080
HTTP/1.1 200 OK
server: nginx/1.10.3 (Ubuntu)
date: Wed, 03 Mar 2021 15:17:43 GMT
content-type: text/html
content-length: 2113
last-modified: Wed, 03 Feb 2021 06:10:05 GMT
etag: "601a3e3d-841"
accept-ranges: bytes

it returns the following error:

# docker run -p 9000:9000 -v $PWD/examples/block-localhost.conf:/rules/block-localhost.conf isa:v0.1 --modsec-rules=/rules/block-localhost.conf
time="2021-03-03T15:09:57Z" level=error msg="spoe: handle notify: Failed to populate the request: spoe error: number of expected arguments (8) is different from the passed arguments: 0"