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


##########
server/src/main/java/org/apache/gravitino/server/web/rest/JobOperations.java:
##########
@@ -88,8 +95,10 @@ public JobOperations(JobOperationDispatcher 
jobOperationDispatcher) {
   @Produces("application/vnd.gravitino.v1+json")
   @Timed(name = "list-job-templates." + MetricNames.HTTP_PROCESS_DURATION, 
absolute = true)
   @ResponseMetered(name = "list-job-templates", absolute = true)
+  @AuthorizationExpression(expression = "")

Review Comment:
   No, list metadata objects under the metalake like job, tag, job templates 
operations doesn't need privilege. It only require that you are the member of 
the metalake.



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