Zhuojie Zhou

Results 50 comments of Zhuojie Zhou

It would also be great if the logging has the `key=...` context so that we can locate exactly which yaml block is having issue - especially for errors

Hey @rclayton-the-terrible I really like the idea, basically tag/group a few flags together, and pass it as one of the parameters to https://checkr.github.io/flagr/api_docs/#operation/postEvaluationBatch E.g. ``` { "entities": [ { "entityID":...

Thanks for the PR! I appreciate the effort, but I think assembling too many requests and logic from frontend is no better than exposing the export/import logic via Flagr's API....

Thanks for opening this issue, I really like the introduction of namespaces. It helps to build better auth/permission and serve as a pretty good model for flags evaluation - for...

![image](https://user-images.githubusercontent.com/658840/69562579-54148a80-0f64-11ea-832a-cabd29c9b4bf.png) https://checkr.github.io/flagr/#/flagr_use_cases That's expected behavior, segments order is important, and if entities fall into a segment, we stop going to the next segment.

Hi @alangibson-philips I think this is more like authorization than the JWT authentication to flagr. Currently we don't have authorization implemented in flagr, it only verifies that if the JWT...

Nice! That's awesome! Btw, how do you generate the color? Is it like a hash of the tag so that the same tag always gets the same color?

Thanks, what do you think of https://casbin.org/? I'm thinking if we can generalize the authz so that it works for many use cases, and the authz policy itself can be...