contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
**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?] In httpproxy, .spec.routes.service...
Hi Ladies and Gents, DSCP (differentiated services code point) is a mechanism used for classifying/prioritizing network traffic on IP networks [DSCP_wiki](https://en.wikipedia.org/wiki/Differentiated_services). Since Contour is used as O&M external interface provider...
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] Deployed multiple nginx applications and tried to access it using httpproxy with...
Currently the grpc package and xds handler can filter results returned by `cache.Values` by a filter constructed from the DiscoveryRequest. However the `cache.Register` method lacks a way of filtering notifications...
In #1375, a PR to Envoy suggested setting HTTP/2 options as follows: ```yaml http2_protocol_options: max_concurrent_streams: 100 initial_stream_window_size: 65536 # 64 KiB initial_connection_window_size: 1048576 # 1 MiB ``` This ticket is...
**Setup:** We have a dual envoy proxy setup. A front envoy (v1.12.2) configured by a custom XDS for global routing and then the second layer (v1.16.2) configured with Contour as...
When we have bandwidth, let’s gpg sign our builds with something like OpenPGP for better verifcation. This can be signed by any of project Contour’s core maintainers. The user can...
**What steps did you take and what happened:** Was trying to create a pathRewritePolicy where the replacement ALWAYS keeps the trailing slash. I found in several configuration attempts, that this...
Websocket connections seem to be timing-out every 16s:  Expected behavior is that the websocket connection maintains Pending status indefinitely and does not timeout:  It seems this issue occurs...
As part of fixing a [CVE](https://github.com/projectcontour/contour/security/advisories/GHSA-5ph6-qq5x-7jwc), we have changed Contour to disallow ExternalName type Services by default. However, some users are already using ExternalName services, and would like a way...