Christian Ang
Christian Ang
**What would you like to be added**: A CoreDNS plugin that watches a Kubernetes CRD that can configure a stub-domain in CoreDNS. My strawdog proposal for a CRD is: ```yaml...
**Is your feature request related to a problem? Please describe.** We'd like to use Pinniped in IPv6 Kubernetes clusters. I'm opening this issue to track things that need to be...
**Please describe the problem you have** Contour supports configuring an [Envoy Client Certificate](https://projectcontour.io/docs/1.28/config/upstream-tls/#envoy-client-certificate), which should be supported by GatewayAPI routes as well. Related to #6140, to implement an e2e or...
From #6119, We would like to test upstream TLS i.e BackendTLSPolicy with Gateway API Routes in an e2e test to ensure that Contour has wired up everything correctly. E.g to...
**Please describe the problem you have** From #6119, as described in [GEP-1897#api](https://gateway-api.sigs.k8s.io/geps/gep-1897/#api), certificates that are in their own namespace can be referenced by BackendTLSPolicies in a different namespace with a...
**Please describe the problem you have** From #6119, it is possible for multiple BackendTLSPolicies to target a single service, requiring us to resolve conflicts between BackendTLSPolicies. Contour should conform to...
**Please describe the problem you have** From #6119, BackendTLSPolicy only supported HTTPRoute. We would like to expand this to support TLSRoute, when TLS is terminated at the gateway and is...
**Please describe the problem you have** From #6119, BackendTLSPolicy only supported HTTPRoute. We would like to expand this to support GRPCRoute. Notably, GRPCRoute is not addressed in [GEP-1897](https://gateway-api.sigs.k8s.io/geps/gep-1897/#longer-term-goals), because the...
We are working on implementing BackendTLSPolicy in Contour. I'd like to get clarity on how the `TargetNotFound` condition reason should work as I think there is some wonky ux here....
### Describe the bug The go client does not query escape parameters provided to it. I've tested this with Avi 30.1.1, which results in a HTTP 400 error. Error I...