Radeity commented on issue #14269: URL: https://github.com/apache/dolphinscheduler/issues/14269#issuecomment-1575382689
Good catch, technically, no matter whether user is admin or non-admin, they can only use the task group created by themselves, you can change to a clearer issue title :D https://github.com/apache/dolphinscheduler/blob/85b581b232f22cbb382b0f133bd9aa041edd0178/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupMapper.xml#L125-L133 I think, at least, task group should be project level, and in this way, we don't have to add task group authorization, WDYT? -- 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]
