Jakub Warczarek
Jakub Warczarek
### Problem to solve As discussed many times, having a definition of schema in some parsable format is highly desirable. Let's discuss here possible solutions, pros, and cons for them...
Tool [strace](https://man7.org/linux/man-pages/man1/strace.1.html) is included in the image, let's add [ltrace](https://man7.org/linux/man-pages/man1/ltrace.1.html). Sometimes is valuable and convenient to see just calls to libraries.
**Describe the Bug** Multiple vulnerabilities were reported by image scan. I've scanned [migrate/migrate:v4.15.2](https://hub.docker.com/layers/migrate/migrate/migrate/v4.15.2/images/sha256-0ab1f7d276be40249640d34aad0978270c2c7654681c054a2e20b82ccf8d5dc6?context=explore) (current `latest`) with [Grype](https://github.com/anchore/grype) and I saw some vulnerabilities reported. ``` NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY...
### Problem to solve Some features of the spec introduce some more sophisticated features. Those without additional context may not be understood correctly by newbies or seems odd (e.g. taking...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Feature for validating KongLicense and setting `status.conditions` accordingly has been added...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In the discussion https://github.com/Kong/kubernetes-ingress-controller/pull/5438#issuecomment-1892327811 under the PR for the issue -...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Updating - actions/upload-artifact - doesn't allow upload multiple times with the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement E2E tests rely on manifests stored in `test/e2e/manifests/` and generated with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Some integration tests require https://github.com/Kong/kubernetes-ingress-controller/blob/09f1e556e68442b87345879e18867e9b0226e3a7/test/integration/tcpingress_test.go#L33-L36 those tests should be migrated to...
**What this PR does / why we need it**: This PR resolves real-world problems reported by the user that `konghq.com/headers.*` doesn't allow to specify headers that contain `,` which is...