Aapo Talvensaari
Aapo Talvensaari
I am not sure if that is a bug or by design. If the url is uuid we look by consumer id. Otherwise we look by endpoint key. I think...
Alternative would be to add support for all unique fields, e.g.: ``` http get :8001/consumers/username:40af65f4-2a40-4ab2-bb9d-bf1ee39ecab3 ``` or something like that. We already also do support this: ``` http get :8001/consumers?custom_id=...
@jmaocanada you need OpenResty fork of LuaJIT: https://github.com/openresty/luajit2
not much used in this project so we could perhaps have alternative with Lua's `next` function.
@mwmix thanks for reporting!
@mwmix what version of `OpenSSL` do you have in your system. Are you perhaps using older than `3.0.0`?
@mwmix can you try newer Debian than (you may need to switch to Ubuntu): ``` FROM openresty/openresty:1.25.3.2-bullseye-fat ```
Meanwhile, I guess we can try to investigate how to get compatibility with older OpenSSL back.
The OpenSSL states that < 3 is not supported anymore (unless paid quite a lot of money): https://openssl-library.org/policies/releasestrat/
I feel the same as @samugi. @outsinre there are: 1. application that uses this library 2. this library that uses a redis connection driver (like lua-resty-redis) 3. the connection driver...