rushitote commented on issue #4674: URL: https://github.com/apache/apisix/issues/4674#issuecomment-887262783
> LGTM. There are three minor issues: > > 1. `local plugin_name = "apisix-authz"` should be `local plugin_name = "casbin-authz"` > 2. we don't need ` type = 'auth'` as it doesn't interact with consumers > 3. Use underline style name instead of camel case, like `get_policy` but not `getPolicy` 1. Yes, I will change that to `authz-casbin`. 2. Right, I will remove it then and change the running phase to access. 3. Yes, I will fix this and make style more consistent. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
