WangJPLeo commented on code in PR #12411:
URL: https://github.com/apache/dolphinscheduler/pull/12411#discussion_r999076830
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/permission/ResourcePermissionCheckServiceImpl.java:
##########
@@ -467,9 +462,6 @@ public boolean permissionCheck(int userId, String url,
Logger logger) {
@Override
public Set<Integer> listAuthorizedResource(int userId, Logger logger) {
- if (userId != 0) {
Review Comment:
Release means all users can access, In fact, all non admin users have no
access and operation rights to the data resources in the security center
before. @zhuangchong PTAL
--
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]