Re: Authentication/authorization implementation in haproxy, possibly with Redis

2025-01-13 Thread Christopher Faulet
Hi Lucas, Le 10/01/2025 à 2:20 PM, Lucas Rolff a écrit : I ended up trying to give SPOE a try, since it seemed like a possible contender for this use case. I tried to give the LUA, Python, Rust and Go examples a go, and it seems like I need as many workers/threads on the agents, as I have con

Re: Authentication/authorization implementation in haproxy, possibly with Redis

2025-01-11 Thread Tim Düsterhus
Hi On 1/10/25 00:11, Lucas Rolff wrote: - I can do it the ugly way, and proxy the request from haproxy to a small Golang app or similar, and then let the Go application talk to S3 backend directly This is what I do with my haproxy-auth-request Lua script, it's working well for my use case:

Re: Authentication/authorization implementation in haproxy, possibly with Redis

2025-01-10 Thread Lucas Rolff
I ended up trying to give SPOE a try, since it seemed like a possible contender for this use case. I tried to give the LUA, Python, Rust and Go examples a go, and it seems like I need as many workers/threads on the agents, as I have concurrently processed requests in haproxy. Effectively I spa