Zixuan Liu

Results 200 comments of Zixuan Liu

This table looks confused, I think you should follow the https://github.com/apache/pulsar/pull/16792?notification_referrer_id=NT_kwDOAPe6cbM0MDcwMTQyMTMyOjE2MjM1MTIx&notifications_query=repo%3Aapache%2Fpulsar#discussion_r938428577, you also need to improve the get action.

It looks like you didn't update the `org.apache.pulsar.broker.authorization.PulsarAuthorizationProvider#checkPermission`.

Guide: https://pulsar.apache.org/contributing

@rrasulzade Please upgrade latest version then read the https://casbin.org/docs/en/rbac#use-pattern-matching-in-rbac.

@DARK-art108 We have a [contributing guide](https://github.com/casbin/casbin/blob/master/CONTRIBUTING.md), but it misses the contribution workflow, could you append this or add more?

I note is that is Consul also use similar method to optimizing policy, the https://github.com/armon/go-radix used by Consul.

Hi @weberr13, Maybe you don't need multiple matchers or see: https://casbin.org/docs/en/function#how-to-add-a-customized-function and https://github.com/casbin/casbin/blob/master/model_test.go#L435 My provide a test to help you. > Enforce(user, "foo/bar/baz", "write") -> true > Enforce(user, "foo/bar/secret/baz", "write")...