Hello,
I’m setting up the haproxy bouncer and it works great.
We noticed that it adds a 500ms latency for all requests, and I could not find how to minimize it.
First question : is such a latency expected ? If not what would be the expected time ?
Second: how can I reduce it ? Where to look for ?
Thanks
typically this means your hitting the timeout of the spoe processing rather than it actually working.
You might have to debug but another user had the issue but it was their scaffolding via ansible that was causing a permission problem.
Thank you for pointing this out.
Indeed, the crowdes-spoa-bouncer service was not started.
systemctl enable --now crowdsec-spoa-bouncer.service
I now barely see any difference in the response time !