Dhi Aurrahman
Dhi Aurrahman
I'm thinking of doing this soon, at least for the simplest scenario.
Perhaps we can add the following as well: - [x] [Setting memory limit sometimes fail, with wasm_max_mem_pages set](https://bugs.chromium.org/p/v8/issues/detail?id=13395) (resolved: https://bugs.chromium.org/p/v8/issues/detail?id=13395#c3) Thanks!
I agree that probably making the "definition of errors" to be configurable seems useful.
> do you think mimicking the retry-on configuration is the right path forward? I think so. Yes, it actually controlled by an array of pre-defined strings. Probably we can have...
@imrenagi I think you can take it. Please let me know if you need help. Thanks! cc. @ggreenway.
@imrenagi, after re-reading https://github.com/envoyproxy/envoy/issues/14001#issuecomment-742852892. I think I agree with @yanniszark. So, we need to introduce [runtime guarding](https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md#runtime-guarding), to deprecate the current behavior (with runtime guarding we allow users to fallback...
Sorry, could you expand on your use case? `ext_authz` Network filter works on TCP connections. the check request sends "connection" information, such as source and destination peers, and TLS information...
re: "Basic Authentication" Do you mean https://datatracker.ietf.org/doc/html/rfc7617? I think that requires HTTP to work.
If your "traffic" is "TCP" (e.g. if you put envoy in front of a postgres server), then when you add network ext_authz you have a handful of "parameters" that can...
@KianNH I can successfully compile on Ventura (macOS 13) by using: https://github.com/cloudflare/workerd/compare/main...dio:workerd:allow-catalina-ventura.patch?full_index=1 (basically to achieve this: https://github.com/cloudflare/workerd/issues/45#issuecomment-1261665163). Not sure if this is the right way here (by introducing another v8...