Ahmad Karimi
Ahmad Karimi
Support JSON format as well as plain text
## Description The `GetFeatures` function correctly fills the `RestoreSupportsLock` variable but IMO it's not used correctly afterwards. We fill `iptablesLock` with a `dummyLock` if `RestoreSupportsLock` is true and with `NewSharedLock(...)`...
This pull request addresses [issue#4637](https://github.com/projectcontour/contour/issues/4637). I'm not sure if this is a perfect implementation but I thought receiving feedback could help me implement it more properly. Currently it adds a...
This PR adds a new field to HTTPProxy spec which specifies the HTTP versions to offer for that HTTPProxy. It's used only when `spec.tls` is set and `spec.tcpproxy` is not....
**What steps did you take and what happened:** Create an `httpproxy ` with `passthrough: true` and `tcpproxy` set. Then try to access the host (`example.com` here) from an IP not...
Commit Message: implement setOperation for the opentelemetry provider Additional Description: The detailed description is provided in [issue#34063](https://github.com/envoyproxy/envoy/issues/34063). In short, the MR implements a method for the OpenTelemetry tracing provider that...
*Title*: *Envoy doesn't set span name, aka operation name when using the OpenTelemetry tracing provider* *Description*: >When using the OpenTelemetry tracing provider, although the [decorator.operation](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#envoy-v3-api-msg-config-route-v3-decorator) is set, the produces spans...
### Description of the change Adds a new value to the contour's chart to allow customizing lifecycle hooks in the Envoy and shutdown manager containers. ### Benefits When using `hostNetwork:...
**Describe the feature you'd like and the problem it will solve** The latency metric for the http probe currently lacks a status code field. Including such a field would enable...