Hi there, I'd like to "advertise" my Lua script that lead to my Lua fixes of two weeks ago in the hope that someone else finds it useful:
https://github.com/TimWolla/haproxy-auth-request This Lua script reimplements the idea behind nginx' ngx_http_auth_request_module in haproxy: It allows you to decide whether an HTTP request should be allowed or not based on the result of an HTTP request to a backend service. I have also written a blog post if you are curious of the journey behind that script: https://bl.duesterhus.eu/20180119/ Best regards Tim Düsterhus

