kong
kong copied to clipboard
🦍 The Cloud-Native API Gateway and AI Gateway.
### Summary These changes set a default-timeout for all the workflows present at time of writing. To compliment these changes, I have also set an override of the org-wide `var.GHA_DEFAULT_TIMEOUT`...
### Summary **Do not merge it.** ### Checklist - [ ] The Pull Request has tests - [ ] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label...
### Discussed in https://github.com/Kong/kong/discussions/13335 Converting this back to an issue as it really is a bug. Internal ticket: [KAG-4871](https://konghq.atlassian.net/browse/KAG-4872) Originally posted by **kanbo** July 4, 2024 ### Is there an...
…ffer issue when ngx.req.set_body_data is used in balancer phase backport Openresty upstream fix: https://github.com/openresty/lua-nginx-module/pull/2334 issues context: https://github.com/openresty/lua-nginx-module/issues/2333 ### Summary ### Checklist - [x] The Pull Request has tests - [...
### Summary - Kong version ('Latest`) - A concise summary of the bug. ### Steps To Reproduce 1. Create consumer with username (length = 37 charaters): 40af65f4-2a40-4ab2-bb9d-bf1ee39ecab3 2. Get consumer...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) 3.7.1 ### Current Behavior On Kong 2.8.x we...
This adds an `.envrc` template to integrate local development with [direnv](https://direnv.net/) workflows. I have been using a similar workflow with a self-maintained `.envrc` file for some time, and it works...
### Summary By default, when Nginx master starts worker processes, it removes all environment variables. This prevents the use of $RES_OPTIONS and $LOCALDOMAIN. Therefore, this PR adds additional information to...
### Summary Fixing the issue where a connection can't be setkeepalive successfully when using TLSv1.3. The issue was originally found in the tcp-log plugin. #### ngx_lua patches - https://github.com/openresty/lua-nginx-module/commit/bf4bdcd5b299fc5680eb7d6fd594d4a49983de21 -...
### Summary 1. By default, if `the admin_gui_api_url` was not set to a value, The admin API is proxy by Kong Gateway. 2. If the `admin_gui_api_url` was set to a...