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
trafficstars

Adds checks to verify resources are eventually created with the expected status, where missing. Without these checks, it's unknown whether the "CreateAndWaitFor" method was successful or timed out waiting for...

release-note/none-required

**What question do you have?:** Is it possible to use JWT authentication with contour while terminating TLS on e.g. an ALB Trying to do this gives the error `Spec.VirtualHost.JWTProviders can...

kind/question
lifecycle/stale
lifecycle/needs-triage

**What question do you have?:** From the site: https://projectcontour.io/docs/1.28/config/gateway-api/ ``` To get from the Gateway Listener port to the port that Envoy will be configured to listen on, i.e. the...

kind/question
lifecycle/stale
lifecycle/needs-triage

I'm curious about the extra overhead to maintain beta versions of the api. Sometimes I think we want to implement something, but don't always get the API spec right. Looking...

lifecycle/stale

The current Contour deployment YAML builds from the fragments in `examples/contour` and doesn't give any help to operators that need to modify the deployment in any way. If we move...

lifecycle/stale
area/deployment

Problem: Currently, Contour does not support configuring request buffering. This limitation prevents upstream services from being robust against slow requests. To address this issue, envoy offers a Buffer filter, which...

kind/feature
lifecycle/stale
lifecycle/needs-triage

"contour certgen" always generates a Contour certificate whose subject is "contour". This means that when the xDS client connects, it needs to expect the "contour" subject, but that won't always...

lifecycle/stale
area/deployment
area/tls

Proposal for Issue #6249: Introduce two optional command line flags, `envoy-http-buffer-max-request-bytes` and `envoy-https-buffer-max-request-bytes`, with default values set to `0`. If the value is non-zero, an HTTP buffer filter will be...

release-note/minor

## Background This commit adds the ability to create raw envoy routes from contour given a set of k8s manifests Fixes https://github.com/projectcontour/contour/issues/6268

lifecycle/stale
release-note/minor

**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?] The annotation is...

kind/feature
lifecycle/stale
lifecycle/needs-triage