yuqi1129 commented on code in PR #9283:
URL: https://github.com/apache/gravitino/pull/9283#discussion_r2577191091
##########
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:
Why is it an empty string and can't be like that in L147.
--
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]