Snow Pettersen
Snow Pettersen
https://github.com/envoyproxy/envoy/blob/bbef2aab90d09166a2615643520e9e420b376ca0/source/common/stream_info/stream_info_impl.h#L109
Tracking ASSERTs has revealed a number of ASSERTs triggering at https://github.com/envoyproxy/envoy/blob/bbef2aab90d09166a2615643520e9e420b376ca0/source/common/http/header_map_impl.cc#L133 and https://github.com/envoyproxy/envoy/blob/bbef2aab90d09166a2615643520e9e420b376ca0/source/common/http/header_map_impl.cc#L142 This is likely due to clients providing invalid header values.
Tracking ASSERTs in a production deploy has reveled a small number of ASSERTs coming from https://github.com/envoyproxy/envoy/blob/bbef2aab90d09166a2615643520e9e420b376ca0/source/common/http/filter_manager.cc#L1327
Tracking ASSERTs have revealed a small amount of ASSERTs firing at https://github.com/envoyproxy/envoy/blob/bbef2aab90d09166a2615643520e9e420b376ca0/source/common/http/filter_manager.cc#L804
Tracking ASSERTs in Lyft production deployment reveals a small amount of ASSERTs coming from https://github.com/envoyproxy/envoy-mobile/blob/main/library/common/http/client.cc#L40-L41
Provide a way for services (e.g. entities that cannot provide OIDC headers) to participate in authn/authz. From offline discussions it sounds like we might be able to generate a JWT...
Add benchmarks providing some baseline for performance. An example of this would be a producer that produces new snapshots at a rapid pace and seeing how long it takes for...
The work in progress to add support for DeltaXDS relies on computing per resource versions from a snapshot every time it is updated, pushing updates if the computed version differs...
(basing this on #2) What are people's thoughts on migrating this repo to use bazel instead of maven? Not only would it match the build tooling that envoy uses, but...
I've been looking at the docs for this and objc but haven't really found a good answer to how you'd use this library when bridging objective-c code into Rust. For...