jaynis

Results 6 issues of jaynis

**Describe the bug** I use a the JWT Filter with a jwksUri pointing to a JWKS statically served from a nginx hosted the same cluster. This works 95% of the...

Hi. I have an umbrella helm chart consisting of two subcharts. In this umbrella chart (*parent-chart*) I import some values from one subchart (*orig-chart*) into the other one (*dest-chart*) so...

question/support

I have configured two listeners on a `Gateway` for two different (sub)domains, e.g. `foo.example.com` and `bar.example.com`: ```yaml apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: envoy-gateway-https namespace: default spec: gatewayClassName: envoy listeners:...

kind/bug
area/envoy

I added a `wg.Wait()` to assure all pipes are read before they are released by `cmd.Wait()` (see [here](https://pkg.go.dev/os/exec#Cmd.StderrPipe)). Since all the other `WaitGroup` logic is already there I assume this...

I experience the situation where a simple binary-env function which serves static content from a shell script sometimes fails with the following error: `Error: failed to get stderr pipe: |0:...

## Cilium Feature Proposal **Is your proposed feature related to a problem?** I want to troubleshoot the HTTP based interaction between two services located in a cilium-enabled Kubernetes cluster. To...

kind/feature
kind/cfp