yunchipang commented on code in PR #7554:
URL: https://github.com/apache/gravitino/pull/7554#discussion_r2183389669


##########
server/src/main/java/org/apache/gravitino/server/web/filter/GravitinoInterceptionService.java:
##########
@@ -54,7 +55,8 @@ public class GravitinoInterceptionService implements 
InterceptionService {
 
   @Override
   public Filter getDescriptorFilter() {
-    return new 
ClassListFilter(ImmutableSet.of(CatalogOperations.class.getName()));
+    return new ClassListFilter(
+        ImmutableSet.of(CatalogOperations.class.getName(), 
SchemaOperations.class.getName()));

Review Comment:
   fixed!



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