Steven Landow

Results 50 comments of Steven Landow

FWIW I don't think starting with APIs is very necessary at this stage. Enablement/discovery can be figured out later. As long as it's off by-default or even guarded by compile...

HTTP/3 and QUIC may have benefits for TCP proxying, and are required before we can implement https://github.com/istio/ztunnel/issues/148. The first step is choosing a lib. For now, looking at https://github.com/hyperium/h3. Seems...

> They are not strictly required for it, since you can proxy UDP over HTTP/2 without dropping any packets. If we want (probably slow) UDP support first we can tackle...

RE: OpenSSL Nate has done some of the [groundwork](https://github.com/quinn-rs/quinn/issues/1488) to support BoringSSL in https://github.com/quinn-rs/quinn

Right now we have them set to daily periodic, and presubmit skipped/optional. Can we close this?

We have this ~solved for single-network using DNS in agent

since the postgrest stuff merged i'll revert the go.mod stuff (or just bump it in this PR)? I see this project already relies on a `replace` onto a fork

Sure thing, the manual cherry-pick is here: https://github.com/istio/istio/pull/58551

For Sandwich, we use [find_inbound_upstream](https://github.com/istio/ztunnel/blob/f8ac8c8aa190597cb39d6a3827b34bb15e1fff2d/src/proxy/inbound.rs#L311): Checks if the connection address is a workload that is part of the HBONE address's Waypoints. The tricky part for inbound to-workload is figuring out...