Michal Flendrich
Michal Flendrich
### Problem Statement Per CVE-2021-25740, it is possible for ExternalName services to target services living in other namespaces. This is a consequence of the Kubernetes design. It might be desirable...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement When versions of k8s older than 1.19 go out of support...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement #1863 tried to upgrade the script GH action to v5, but...
I'm trying to create a set of Ignite VMs using footloose 0.6.2. I'm temporarily on an LTE network that's relatively slow (~3Mbps) and Footloose appears stuck for minutes on: ```...
In v1, specifying `IsIsolated` on `ListMarginOpenOrdersService` is ineffective because `ListMarginOpenOrdersService.Do()` never populates the `isIsolated` field of the API request. ## Reproduction steps Run the following code: ```go apiKey, secretKey :=...
In Kong's admin API, ca_certificates created in the default workspace are visible in all workspaces. This has the following consequence: when deck `sync`s a non-default workspace, it sees a non-empty...
There's a new class of quality issues in deck (see #331 and #288): cobra `Command`s wrongly overwriting or reading values meant for other commands. I propose that we improve maintainability/modularity...
This bug looks similar to #814 but affects `AddGlob` rather than `Add`. ## Reproduction Steps 1. Execute this code ```go repo, err := git.PlainInit("/some/dir", false) if err != nil {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement A limiting factor for GW API adoption is the limited visibility...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement When the user creates a `Gateway` with a TLS listener with...