Update our Lua bridge resolver to use the new Kong DNS resolver
Open
area/lua-bridge
enhancement
good first issue
- Dominant language
- C
- Stars
- 142
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
See the new DNS resolver library enabled on-demand in Kong 3.x series: https://github.com/Kong/kong/pull/12305
And our invocation of the Kong resolver from Wasm filters: https://github.com/Kong/ngx_wasm_module/blob/prerelease-0.4.0/src/common/lua/ngx_wasm_lua_resolver.c#L45-L71
We will need to update our Lua code to use the appropriate resolver depending on Kong's configuration.
Contributor guide
Assessment
This issue has not been assessed yet.