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

**What steps did you take and what happened:** We have httpproxy config with ipAllowPolicy: ``` apiVersion: projectcontour.io/v1 kind: HTTPProxy metadata: name: grafana spec: ingressClassName: management-contour virtualhost: fqdn: grafana.example.com ipAllowPolicy: -...

kind/bug
lifecycle/stale
lifecycle/needs-triage

**What steps did you take and what happened:** Configured an HttpProxy resource for a domain with a path. This was registered correctly and DNS working as expected for both `my-example-domain.com`...

kind/bug
lifecycle/stale
lifecycle/needs-triage

ref. https://github.com/projectcontour/contour/pull/6328#discussion_r1557841886 cc @rajatvig

kind/feature
lifecycle/stale
lifecycle/needs-triage

Envoy provides a route testing tool through which you can test routing logic. Reference: https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/tools/router_check#config-tools-router-check-tool This tool is run against raw envoy route configs. it would be helpful for the...

kind/feature
lifecycle/stale
lifecycle/needs-triage

Failed test error: ``` [FAILED] Error Trace: /home/runner/work/contour/contour/test/e2e/httpproxy/global_external_auth_test.go:197 /home/runner/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/node.go:472 /home/runner/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/suite.go:889 /opt/hostedtoolcache/go/1.22.1/x64/src/runtime/asm_amd64.s:1695 Error: Should be true Test: HTTPProxy global external auth with namespace: httpproxy-global-ext-auth-tls with global external auth service global external...

kind/flake

The check for spelling errors is missing the site/docs directories and aren't being checked for errors.

area/testing
lifecycle/stale
area/documentation

HTTPProxy delegation can interact with validity in unexpected ways. 1. If proxy A delegates to proxy B, and proxy B is not present, then proxy A is marked invalid. 2....

blocked/needs-design
kind/design
blocked
lifecycle/stale

**What steps did you take and what happened:** I create a Gateway with a TCP listener and confirm it's admitted. I create a TCPRoute and confirm it's accepted. An external...

kind/bug
lifecycle/stale
area/gateway-api

Notwithstanding @tsaarni 's efforts to make certificate rotation easier to accomplish, we should acknowledge that certgen is not going to grow beyond its current role of supporting the example deployments...

lifecycle/stale
area/deployment
area/documentation

**What steps did you take and what happened:** In Knative we have an automated test that: 1. Creates a Pod and Service (waits for Endpoints to have ready addresses) 1....

priority/important-soon