contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
add the field `Ports` to `crd/ContourDeployment` to enable set containerPort & nodePort for envoy service Signed-off-by: Gang Liu [[email protected]](mailto:[email protected])
It'd be great to have a page on the website documenting/linking to docs on Contour's integrations with various other tools. Some I know of off the top of my head:...
## Feature Request Add a new `allowPrivateNetwork` option to `corsPolicy` of `HTTPProxy` that will make Contour respond requests with the header `Access-Control-Allow-Private-Network: true` when the header `Access-Control-Request-Private-Network: true` is present...
Can I pass `disable_on_etag_header: true` to envoy; preferably by HTTPProxy route; but envoy as whole would be acceptable. Searched docs from both contour and envoy and haven't had much luck....
**Please describe the problem you have** During the design review, we added the a ability for ExtensionServices to spread traffic across multiple Kubernetes services (they are aggregated in EDS with...
The label/changelog CI check really only makes sense on PRs to the `main` branch, since that's where all of our changelogs go. We should disable it on PRs against non-main...
Rationale: We are using Contour in a multi tenant environment, usually more than one Contour is installed on the same cluster, also different versions are in play. To solve helm...
As a user of contour I want to configure external authentication backend using `Gateway API` similar to the `HTTProxy API` as described in [external-authorization](https://projectcontour.io/guides/external-authorization/) . As described in [Gateway API...
Support using placeholder $2 in rewrite-target. Refer to https://kubernetes.github.io/ingress-nginx/examples/rewrite/#rewrite-target ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/rewrite-target: /$2 name: rewrite namespace: default spec: ingressClassName: nginx rules: - host: rewrite.bar.com http:...
**Please describe the problem you have** > OCSP : The Online Certificate Status Protocol (OCSP) stapling OCSP checking is enabled by default on all iOS devices. and if OCSP stapling...