contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
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...
**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...
**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...
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...
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...
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...
"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...
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...
## 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
**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...