Marc Barry
Marc Barry
We just tried to port our proxy from Deno to Bun as sadly Bun doesn't support compression on its own. So we have to use https://hono.dev/middleware/builtin/compress with Bun. Is there...
I'm have the same issue on Google Cloud Platform on GKE when simply using: ``` containerMode: type: "dind" ``` I haven't adjusted any of the values.
@rekha-prakash-maersk thanks for that information. We've decided to move away from using runners on Kubernetes as the documentation isn't yet fully complete and we don't want to spend our time...
I'm unable to determine which of the unit tests in `envoy/test/extensions/filters/common/ext_authz/check_request_utils_test.cc` is failing. I know that is the location that CI reports to me but I don't know the Envoy...
I'm working on tests now. Both for the new functionality and addressing the tests that this new functionality is causing to fail.
@ggreenway I addressed all you comments. I added a new unit test for TCP and then adapted `callHttpCheckAndValidateRequestAttributes`, which is called by the HTTP tests, to conditionally perform a check...
@ggreenway is there anything I need to do for that failing check? It does look to me that it might be CI flakiness but perhaps there is an underlying issue...
Thanks for reporting this. If it is truly the case it will make using Deno as a proxy (as in https://github.com/marc-barry/deno-spa-proxy) a very hard sell. My proxy uses https://hono.dev/ but...
I'm trying to do the same. In the docs under https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/tcp_proxy/v3/tcp_proxy.proto#extensions-filters-network-tcp-proxy-v3-tcpproxy-tunnelingconfig they give an example of the following: ``` tunneling_config: hostname: "%DYNAMIC_METADATA(tunnel:address)%" ``` Does this mean I should use https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/set_filter_state...
> Does this mean I should use https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/set_filter_state to set an `object_key` of `tunnel.address`? I'm guessing that is wrong as I get the following error: ``` {"level":"info","ts":1717095853.4897122,"msg":"[2024-05-30 15:04:13.489][7538027][warning][config] [source/extensions/config_subscription/grpc/grpc_subscription_impl.cc:138] gRPC...