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

**What steps did you take and what happened:** Follow this guide: https://projectcontour.io/docs/1.25/guides/external-authorization/ This was my globalExtAuth config: ``` contour.yaml: | disablePermitInsecure: false globalExtAuth: extensionService: service/my-ext-authz failOpen: true authPolicy: disabled: false...

kind/bug
lifecycle/needs-triage

**What steps did you take and what happened:** Since https://github.com/projectcontour/contour/pull/252, Contour leverages `HttpsRedirect` instead of `RequireTls` to enforce `force-ssl-redirect`. All documentation versions are affected. **What did you expect to happen:**...

kind/bug
area/documentation
lifecycle/needs-triage

**What steps did you take and what happened:** [A clear and concise description of what the bug is.] We upgraded from 1.23.2 to 1.31.0 on one of our environments, and...

kind/bug
lifecycle/needs-triage

**Situation** - Create two valid gateways: `gateway1` and `gateway2`. - Create a valid `HttpRoute` called `httproute1` with a `parentRef` to `gateway1`. - A condition `RefsResolved: True` will appear in the...

kind/bug
lifecycle/needs-triage

At this point, this PR is just for crude way to test `HealthCheck` filter for a replacement of admin interface `/ready` readiness probe. Tests are bound to fail. Fixes #4540

lifecycle/stale
do not merge

Gets rid of tools.go and tools build tag

lifecycle/stale
release-note/none-required

See: `percentage` and `fraction` fields of Mirror filter: https://gateway-api.sigs.k8s.io/reference/spec/#httprequestmirrorfilter

kind/feature
area/gateway-api
lifecycle/needs-triage

**What steps did you take and what happened:** I have 2 contour deployments of contour in 2 namespace, both deployed using the bitnami helm chart. One is using the default...

kind/bug
lifecycle/needs-triage

In v1.32.0 Envoy added support for `ClientSideWeightedRoundRobin` load balancing policy ([link](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.proto#envoy-v3-api-msg-extensions-load-balancing-policies-client-side-weighted-round-robin-v3-clientsideweightedroundrobin)). It would be great to support it in contour.

kind/feature
lifecycle/needs-triage

Envoy has support for setting the MaxStreamDuration both globally and on a route, I suspect configuring this instead of an envoy route timeout would resolve some SSL issues we are...

kind/feature
lifecycle/needs-triage