-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "bin/kong" work when installed globally with Luarocks #21
Comments
subnetmarco
added a commit
that referenced
this issue
Feb 20, 2015
Removing the luarocks until #21 is done.
With #88, luarocks is now the recommended way to install Kong. |
ctranxuan
pushed a commit
to streamdataio/kong
that referenced
this issue
Aug 25, 2015
Removing the luarocks until Kong#21 is done.
gszr
pushed a commit
that referenced
this issue
Jul 7, 2021
gszr
pushed a commit
that referenced
this issue
Aug 18, 2021
* chore(session) bump lua-resty-session from 3.3 to 3.5 ### Summary ## [3.5] - 2020-05-22 ### Fixed - Fix `session:hide()` to not clear non-session request cookies that it seemed to do in some cases as reported by @altexy who also provided initial fix with #100. Thank you! ## [3.4] - 2020-05-08 ### Fixed - Fix session_cookie_maxsize - error attempt to compare string with number, fixes #98, thank you @vavra5 ### Changed - More robust and uniform configuration parsing * chore(session) release 2.4.1 ### Summary - bump lua-resty-session from 3.3 to 3.5
gszr
pushed a commit
that referenced
this issue
Aug 31, 2021
Co-authored-by: eskerda <eskerda@gmail.com> Co-authored-by: Thijs Schreijer <thijs@thijsschreijer.nl>
javierguerragiraldez
pushed a commit
that referenced
this issue
Sep 3, 2021
Fixes #21 for the `toip()` function call. This does NOT yet fix the same issue with the ring-balancer.
javierguerragiraldez
pushed a commit
that referenced
this issue
Sep 3, 2021
gszr
pushed a commit
that referenced
this issue
Oct 26, 2021
Implements #21 * refactor(handler) extract parse_http_req_headers to module * feat(handler) parse b3 single header * tests(zipkin_spec) extract wait_for_spans to aux function
gszr
pushed a commit
that referenced
this issue
Oct 27, 2021
Implements #21 * refactor(zipkin) extract parse_http_req_headers to module * feat(zipkin) parse b3 single header * tests(zipkin) extract wait_for_spans to aux function
hutchic
added a commit
that referenced
this issue
Jun 10, 2022
* feat(ci) adjust so running the functional tests on a specific kong host is easier * fix(test) bump the Kong version * doc(tests) document the functional tests * fix(tests) use host networking to run the functional tests * misc(ci) move requirements to be sourced from the KONG_SOURCE_LOCATION/.requirements file * misc(ci) nettle isn't needed * misc(ci) get kong version from the rockspec filename Co-Authored-By: hutchic <hutchic@users.noreply.github.com> * docs(tests) updated verbage around functional tests for clarity * chore(ci) reset to master branch of Kong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that when kong is being installed with Luarocks, the
kong
command doesn't know whichKONG_HOME
to use.The text was updated successfully, but these errors were encountered: