Zhuojie Zhou

Results 50 comments of Zhuojie Zhou

> Hey we're evaluating this tool and it looks pretty good so far. I'm interested to know how multiple instances deal with updates, as evaluation logic uses in memory data,...

How about `@entityID`? We can even extend this convention to something else that can be derived from the request. The camel case naming is from https://checkr.github.io/flagr/api_docs/#tag/evaluation ``` @entityID @entityType @timestamp...

Thanks, that's good news! Yes, definitely open to having it in another repo. In fact, I've seen some customized flagr clients for js browser, react, and client-side golang as well.

@ivanRylach @sesquipedalian-dev I'm also available at https://keybase.io/zhuojie for encrypted messages

> It's been 90 days since my report and you successfully fix the issue. You may want to release v1.1.13 because I'll probably disclose the PoC in the following weeks,...

Flagr was designed to be hosted internally, and usually people expose flagr via api gateway / reverse proxy / kubernetes ingresses and at that level you can terminate the TLS....

Thanks for the issue. Actually, I think flagr natively support the sidecar deployment. For example, below is a doc string for DBDriver and DBConnectionStr: ``` /** DBDriver and DBConnectionStr define...

Sorry I might miss something from my previous comment, and yes, sidecar has its own maintenance cost, especially one may need to be careful when redeploy the sidecars. If you...

> While I like the sidecar deployment, my infrastructure team is actively trying to avoid the sidecar architecture when possible. Thus, we'd like to be able to do the caching...