healchow commented on code in PR #8100:
URL: https://github.com/apache/inlong/pull/8100#discussion_r1211540370
##########
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:
What is the difference between `ADMIN` and `INLONG_ADMIN`?
What's more, the `"OPERATOR"` is more clear than the `"OPERATE"`.
--
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]