Lizan Zhou

Results 42 comments of Lizan Zhou

I think we're mixing two issues here: 1. logs are not buffered for retry/connection loss. 2. long-live ALS streams are not load balanced For 1. it needs modification to existing...

I haven't tried that on mac for quite a while. not sure if other devs have idea. That should work on linux (or docker) well though.

`deferredDelete` posts the delete to the event loop, so if the event loop is busy some other event processing could happen between the onEvent and Dtor.

Yes the main concern is to prevent accidental leakage, and also possibly avoid SPoF for the (end-user) auth system. mTLS connections between service proxies and Mixer is a requirement for...

> Stripping them before they are sent to Mixer seems easier to enforce in Envoy config generation. While this is easier in practical, then Mixer loses ability to handle authn....

I think that is a good place to start with. run-time checks sounds overkill to me.

@myidpt We don't need Envoy client-side filter for client-side Mixer integration. They are orthogonal. We can apply client-side mixer check at regular filters on client-side Envoy.

I will try to see if this reproduces in 0.8.

@dpacierpnik I couldn't confirm this is still happens with 0.8 ingress gateway, can you confirm that?