Wangchong Zhou
Wangchong Zhou
@cdloh I'd prefer to keep dependency as light as possible, as lua-resty-redis is a library shipped with openresty. But I don't think it's a bad idea to support redis sentinel....
> like lfs_ffi & lfs are in the file storage adapter Yes exactly 👍
Bumping this PR as https://github.com/openresty/lua-nginx-module/pull/1286 is now merged.
@olfway Oops, will fix that, thanks! In the meanwhile I would recommand to install using package manager like luarocks or opm.
@limpep Thank you for the report, I will look into this shortly.
Hi @andylamp , thanks for the update. I haven't been using this project since the pandemic, as I don't have access to those hardwares anymore. But I will be happy...
needs some secrets to be added: ``` DOCKER_PASSWORD DOCKER_USERNAME (to access nightly images) PULP_PASSWORD PULP_USERNAME (download licenses) GITHUB_TOKEN (one that has read access to kong-ee) ``` has asked engen team...
Thinking out loud, using deep copy to prevent user to accidently modify it seems bit overkill. It's still possible to modify it directly using for example `ngx.ctx.service`. I would instead...
table.clone is a shallow copy and will fail for nested tables: ```lua /p/tmp cat a.lua 149ms ❮ 14:08:36 local table_clone = require "table.clone" local a ={ x = 1,...
I was about to type the same and saw @flrgh 's latest comment, we have; ``` kong/templates/nginx_kong_stream.lua: listen unix:${{PREFIX}}/stream_tls_terminate.sock ssl proxy_protocol; kong/templates/nginx_kong_stream.lua: listen unix:${{PREFIX}}/stream_tls_passthrough.sock proxy_protocol; kong/templates/nginx_kong_stream.lua: listen unix:${{PREFIX}}/stream_config.sock; kong/templates/nginx_kong_stream.lua: listen...