WangJPLeo commented on code in PR #12411:
URL: https://github.com/apache/dolphinscheduler/pull/12411#discussion_r997827179


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/permission/ResourcePermissionCheckServiceImpl.java:
##########
@@ -371,13 +370,17 @@ public List<AuthorizationType> authorizationTypes() {
 
         @Override
         public boolean permissionCheck(int userId, String url, Logger logger) {
-            return false;
+            return true;

Review Comment:
   This is the permission control to control the WorkerGroup DML operation. 
Currently, other users except for Admin have no permission by default, so this 
should not be changed to true. 



-- 
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]

Reply via email to