fuweng11 commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224226010


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantController.java:
##########
@@ -50,7 +50,7 @@ public class InlongTenantController {
     @ApiOperation(value = "Get tenant")
     @ApiImplicitParam(name = "name", dataTypeClass = String.class, required = 
true)
     public Response<InlongTenantInfo> get(@PathVariable String name) {
-        return Response.success(tenantService.get(name));

Review Comment:
   Please add delete method and add user authentication in 
`InlongTenantController`.



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to