contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
**Please describe the problem you have** [A clear, concise, description of the problem you are facing. What is the _problem_ that feature X would solve for you?] In our project...
**What steps did you take and what happened:** - Set GlobalExtAuth - Set `AuthPolicy.disabled` on some route - Set `PermitInsecure` to `false` on that route - Send a Plain HTTP...
**On Page:** [](https://projectcontour.io/docs/1.30/config/jwt-verification/) I want to configure as below virtualhost: fqdn: example.com tls: secretName: projectcontour/api-bundle-tls jwtProviders: - name: provider-1 issuer: example.com localJWKS: inline_string: xxxxx but unknown field "spec.virtualhost.jwtProviders[0].localJWKS"
Currently, external authorization (via httpproxy) is only possible when using TLS, and even more restrictive than that it is only possible when clients send SNI headers, as using a fallback...
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] I am working on implementing HTTPProxy for TCP connections in an on-prem...
Fixes https://github.com/projectcontour/contour/issues/6998
This change enables Contour HTTPProxy CRDs to support matching internal response codes and replacing them with custom user-provided responses. This is particularly useful for cases where pods selected by a...
This should possibly address part of https://github.com/projectcontour/contour/issues/3371 and possibly https://github.com/knative/serving/issues/13083 when using Knative with Contour. Signed-off-by: Rajat Vig
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 1.2.1 to 1.3.0. Release notes Sourced from sigs.k8s.io/gateway-api's releases. v1.3.0 Changes since v1.3.0-rc.2 Fixed typo in Retry Budget configuration (#3762,@zirain) Changes since v1.2.1 Noteworthy Changes for Implementors...
**What steps did you take and what happened:** I deploy an app doing GRPC ServerSideStreaming, during a "long" period of time (few minutes). With Contour and the GatewayAPI, I can't...