Zachary Hu

Results 22 issues of Zachary Hu

Emacs has daemon mode in the background. When `proxychains emacs --daemon`, successive `emacsclient` does not connect to proxy.

When using ECDSA certificate, the `signature` name is the full name (e.g., `ecdsa-with-SHA384`), but indeed should be the digest part only (e.g., `SHA384`). This PR fixes the issue. Make sure...

### Summary Our release GHA workflow scans generated Docker images and reports vulnerabilities. Some of the vulnerabilities are negligible and some won't be fixed by upstream. This PR adds a...

size/XS

### Summary Currently, we can create new workspaces and also delete/patch/put workspaces (the `default` included). This is not the intended actions. Define a specific custom route `kong/api/routes/workspaces.lua` to override the...

core/admin-api
size/M

### Summary By default, `ngx.worker.id()` returns `nil` for the privileged agent. Now Fall back to -1 as the worker ID of privileged agent worker to avoid error, like this one...

core/language/go
core/proxy
core/clustering
plugins/statsd
plugins/acme
core/admin-api
core/language/python
core/language/js
size/S

### Summary docs(*): CE changelog automation and verification. Please read: https://github.com/Kong/kong/blob/FTI-5723/ce-changelog-automation/changelog/README.md From now on, to generate changelog, just 1 command is enough. ### Checklist - [ ] The Pull Request...

skip-changelog
size/XL

With Docker Desktop on macOS, I have launched multiple containers via Docker Compose. Those containers can communicate with each other. Within one of the containers, I can see the default...

kind/question

### What component needs testing with KIC? Kong Gateway EE ### Container image kong/kong-gateway-dev:3.6.1.0-rc1 ### Additional information _No response_

### Summary According to [RFC7230](https://datatracker.ietf.org/doc/html/rfc7230#section-5.7.1) and [RFC9110](https://datatracker.ietf.org/doc/html/rfc9110#name-via) gateway MUST append protocol, version and host (or pseudonym) information when forwarding HTTP messages from clients to upstreams. Currently, Kong just ignores this...

core/proxy
core/templates
size/L
cherry-pick kong-ee

### Summary ### Checklist - [ ] The Pull Request has tests - [ ] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label added on PR if...

size/XS
cherry-pick kong-ee