hdygxsj commented on code in PR #7736:
URL: https://github.com/apache/gravitino/pull/7736#discussion_r2219181219


##########
server/src/main/java/org/apache/gravitino/server/web/rest/OwnerOperations.java:
##########
@@ -100,6 +103,11 @@ public Response setOwnerForObject(
       @PathParam("fullName") String fullName,
       OwnerSetRequest request) {
     try {
+      GravitinoAuthorizer gravitinoAuthorizer =

Review Comment:
   Because the AuthorizationMetadata annotation cannot be used for this REST 
API, using annotations requires designing a new annotation for this api, and 
adding a new method in the AuthorizationExpressionEvaluator to achieve 
compatibility.



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