Marc Barry
Marc Barry
I created https://github.com/envoyproxy/envoy/issues/34435 as I think my needs might be a little different. @deveshkandpal1224 if you have any advice please let me know.
Here's a config for a setup from the `http://localhost:9901/config_dump` endpoint (with some irrelevant data removed). I'm mostly confused at why setting the metadata for `envoy.network.upstream_server_name` isn't working and/or isn't being...
I should also point out that the tunnelling for TLS traffic on `16443` is working properly. The issue is with listener on `16080` as that is the one intended to...
I'd still like help if possible. I'm not able to tag it as "help wanted" on my own.
I ran into the same need in https://github.com/envoyproxy/envoy/issues/33791 as https://github.com/envoyproxy/envoy/issues/33791#issuecomment-2079323905 suggested `1.` from https://github.com/envoyproxy/envoy/issues/31482#issuecomment-1866080777. I was unable to get this to work at this time. I think that https://github.com/envoyproxy/envoy/issues/33791#issuecomment-2081616576 and...
> @marc-barry check the latest comment [#33791 (comment)](https://github.com/envoyproxy/envoy/issues/33791#issuecomment-2081767927) :) For those of you who encounter this issue [#33791 (comment)](https://github.com/envoyproxy/envoy/issues/33791#issuecomment-2081767927) did work as suggested and was a solution to suit my...
After using and being part of the Envoy Wasm experiment I'd strongly encourage you to not focus on Wasm middleware but rather dynamic module support so that any language that...
I think defining your own header is the correct decision. There is lots of confusion over `X-Real-IP` and the usage of `X-Forwarder-For`. As a proxy operator I use `X-Forwarder-For` when...
I think I figured out how it works. There are three containers and one init container. Namely, * `container-0` * It looks like this can be overridden with any POSIX...
I am pretty sure that https://github.com/buildkite/agent-stack-k8s/issues/583#issuecomment-2851652548 is how it intended to work. We have decided to go with the `podSpecPatch` approach for `container-0` for out custom CI images. This wasn't...