Vinicius Mignot
Vinicius Mignot
### Summary This PR was originally submitted by @ranxuxin. I just rebased it to be part of the release 2.3.0, below is their original description: Hi everyone, clients requests return...
### Summary This change makes it possible to build ngx_wasm_module as a dynamic Nginx module. It adds the new flag `--//:wasmx_module`, which accepts `dynamic` and `static` options. Currently `dynamic` is...
### Summary The hmac-auth plugin allow authentication with HMAC signatures based on the [draft-cavage-http-signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12) draft. This commit aims to add support for RSA signatures as described in the draft, providing...
### Summary New directives needed to configure WasmX behavior. Note: for now a single `shm_kv` and a single `shm_queue` can be defined. This is the existent behavior for OpenResty shared...
### Summary To keep the size impact of adding Wasm to the Gateway images to a minimum, we are splitting the debug symbols out of `ngx_wasm_module.so` into an independent file...
### Summary ### Checklist - [ ] The Pull Request has tests - [x] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label added on PR if changelog...
### Summary Generate 3.7.0 changelog ### Checklist - [ ] The Pull Request has tests - [x] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label added on...
for release status see: https://github.com/Kong/kong-ee/pull/9302
### 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...
### Summary Add a new PDK function to set the IP and port to proxy the request, overwriting the result from the load-balancer. ### Checklist - [x] The Pull Request...