contour icon indicating copy to clipboard operation
contour copied to clipboard

Contour is a Kubernetes ingress controller using Envoy proxy.

Results 416 contour issues
Sort by recently updated
recently updated
newest added

**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...

kind/feature
lifecycle/needs-triage

**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...

kind/bug
lifecycle/needs-triage

**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...

kind/feature
lifecycle/needs-triage

**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...

help wanted
area/documentation
doc-impact

Fixes https://github.com/projectcontour/contour/issues/6998

release-note/minor

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...

release-note/small

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

release-note/small

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...

area/dependency
area/gateway-api
release-note/none-required

**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...

kind/bug
lifecycle/needs-triage