wolfboys commented on code in PR #4169:
URL:
https://github.com/apache/incubator-streampark/pull/4169#discussion_r1915905024
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/controller/SavepointController.java:
##########
@@ -68,7 +68,7 @@ public RestResponse delete(FlinkSavepoint sp) throws
InternalException {
}
@PostMapping("trigger")
- @Permission(app = "#savepoint.appId", team = "#savepoint.teamId")
+ @Permission(app = "#appId", team = "#teamId")
Review Comment:
@Permission parameter team is not bind, there is no teamId in request
parameter
--
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]