Yaroslav Rosomakho
Yaroslav Rosomakho
Note sure if that's relevant or helpful in troubleshooting this, but few times during a lot of resizing I got TLS session disconnected between redemption and server (Windows 10) with...
This would also be extremely useful for ExtensionWithMatcher to allow doing things such as setting HTTP headers depending on a specific JWT match. Looking forward to seeing this included in...
I can confirm that this patch indeed works nicely with ExtensionWithMatcher filter. For example, I can trigger HeaderMutation based on a specific metadata match (envoy.extensions.matching.common_inputs.network.v3.DynamicMetadataInput input with type.googleapis.com/envoy.extensions.matching.input_matchers.metadata.v3.Metadata custom_match under...
Added ipv4hint and ipv6hint to complete the use case when client cannot or does not want to use DNS. Again, this is not uncommon in enterprise environments to not allow...
Closing based on WG consensus.
Fixed formatting to keep rustfmt happy. Not sure about "operation not permitted" in failing CI tests as they don't seem to indicate which specifically test failed - everything works fine...
@vmingchen I've synchronised my branch.
There are multiple scenarios when enterprise wants to signal preferences to the client from the network: - Geographic proximity of proxies on a global network (suggest client to go to...
I think for network provisioned proxy list it would make more sense to provide destination-centric proxy priority lists. Along the lines of: ``` { "proxies": [ { "identifier": "legacy", "protocol":...
Or use `null` instead of `"DIRECT"` to avoid error-prone reserved identifiers.