jerqi commented on code in PR #7845:
URL: https://github.com/apache/gravitino/pull/7845#discussion_r2244213311


##########
docs/security/access-control.md:
##########
@@ -46,6 +46,21 @@ Gravitino doesn't support metadata authentication. It means 
that Gravitino won't
 
 ### Authorization
 
+#### Build-in Authorization
+
+Gravitino provides built-in metadata authorization. You can enable the 
built-in metadata authorization through the following configuration.
+```
+gravitino.authorization.enable = true
+gravitino.authorization.impl = 
org.apache.gravitino.server.authorization.jcasbin.JcasbinAuthorizer

Review Comment:
   Could we make 
`org.apache.gravitino.server.authorization.jcasbin.JcasbinAuthorizer` as the 
default implementation?



-- 
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]

Reply via email to