xunliu commented on code in PR #7425:
URL: https://github.com/apache/gravitino/pull/7425#discussion_r2160885560
##########
server-common/src/main/java/org/apache/gravitino/server/authorization/jcasbin/JcasbinAuthorizer.java:
##########
@@ -64,6 +69,9 @@ public class JcasbinAuthorizer implements GravitinoAuthorizer
{
*/
private Set<Long> loadedRoles = ConcurrentHashMap.newKeySet();
+ private static final Map<NameIdentifier, List<String>> ownerPolicyCache =
Review Comment:
@Abyss-lord can we support owner policies in the MetadataCache?
--
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]