vernedeng commented on code in PR #8100:
URL: https://github.com/apache/inlong/pull/8100#discussion_r1211647287
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/UserRoleCode.java:
##########
@@ -25,4 +25,8 @@ public class UserRoleCode {
public static final String ADMIN = "ADMIN";
public static final String OPERATOR = "OPERATE";
+ public static final String INLONG_ADMIN = "INLONG_ADMIN";
+
+ public static final String INLONG_OPERATOR = "INLONG_OPERATE";
Review Comment:
**_ADMIN_** only has the permission of its own tenant, while
**_INLONG_ADMIN_** has permission of all tenant.
The permission check will be done at those **servlet filters**
--
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]