Samuele
Samuele
This PR uses `/admin/api/account/proxy_configs` for the standard configuration loading process, as the default endpoint that APIcast will attempt to fetch the configuration from when the portal endpoint is provided without...
### Summary Add a request-aware table able to detect accesses from different requests. ### Checklist - [x] The Pull Request has tests - [x] (na) There's an entry in the...
# Draft: awaiting feature freeze ## Note for reviewers: I'd recommend reviewing commit by commit ### Summary The test scheduler [was reverted](https://github.com/Kong/kong/pull/12268) because of an issue of "false-green" where the...
### Summary add the correct return value to the busted helper so that other subscribers are also called, see: https://github.com/Olivine-Labs/mediator_lua/blob/ae97959308b462d84d0255f511c8e14cdf06667f/src/mediator.lua#L103C24-L103C32 also related to: https://github.com/Kong/kong/pull/12286 This is currently not causing any...
Re-enable migration tests in 3.3 CE, by cherry-picking from: https://github.com/Kong/kong/pull/12540 + otel migration tests from https://github.com/Kong/kong/pull/12502 - related to: https://github.com/Kong/kong-ee/pull/8230 --- ### Summary #### Run upgrade tests using local build...
### Summary These tests are meant to catch changes in Kong that result in incompatibilities with decK. The approach used here is to configure all the bundled plugins in Kong...
### Summary some logic in checkers is made redundant by the fact [the same fields exist in removed_fields](https://github.com/Kong/kong/blob/d112f3c09bf049fe4614dc5f38e45cba5adce0f7/kong/clustering/compat/removed_fields.lua#L128-L137). This commit removes the redundant logic ### Checklist - [x] The Pull...
### Summary Adds a readme for the dynamic hooks core feature and reference docs in the code ### Checklist - [x] (no) The Pull Request has tests - [x] A...
### Summary Several places in the gateway need a node-level lock, some of them used slightly different implementations. This refactor brings consistency in the ways we do node-level locking by...
### Summary This commit adds support for configuring maps using brackets syntax to enclose the key: ``` http -f post :8001/plugins/ \ name=opentelemetry \ config.endpoint=http://test.test/ \ config.resource_attributes[service.name]=kong-dev ``` ### Checklist...