kong
kong copied to clipboard
fix(cmd): makes kong-cli a fork of resty-cli
Summary
This replaces bin/kong with a fork of resty-cli that contains now what was previously in bin/kong. This allows us to fix issues like missing lmdb directives and lua trusted certificates.
TODO: add support for lua_trusted_certs kong configuration and lmdb directives (perhaps others too).
Closing this, we went another route.