fuweng11 commented on code in PR #10390:
URL: https://github.com/apache/inlong/pull/10390#discussion_r1637460784
##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongClusterController.java:
##########
@@ -297,6 +297,13 @@ public Response<Boolean> unloadNode(@PathVariable Integer
id) {
return Response.success(clusterService.unloadNode(id,
LoginUserUtils.getLoginUser().getName()));
}
+ @RequestMapping(value = "/cluster/node/getManagerSSHPublicKey", method =
RequestMethod.GET)
+ @ApiOperation(value = "Obtain the SSH public key from the manager to
install the agent.")
+ @OperationLog(operation = OperationType.GET, operationTarget =
OperationTarget.CLUSTER)
Review Comment:
Remove it.`@OperationLog` is used to save operation logs, and this interface
does not require this record.
--
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]