GavinGYM opened a new pull request, #12048: URL: https://github.com/apache/dolphinscheduler/pull/12048
## Purpose of the pull request At present, DolphinScheduler's control of permissions is relatively simple, and it is hoped to increase the control of operation permissions to separate read and write permissions when authorizing projects and resource centers. ## Brief change log - Distinguish read and write permissions for the entire content of a single project, and grant read-only or read-write permissions to a single user for a single project - Distinguish read and write permissions for all content in the resource center, and distinguish read-only or read and write permissions based on the authorized content of the current resource center - Add read-only and read-write authorization operations to the front-end page when authorization is performed ## Verify this pull request This change added tests and can be verified as follows: - Added unit tests for grantProjectWithReadPerm, revokeProjectById and grantResourceWithPermLevel API in UsersServiceTest.java. - Added a unit test for hasProjectAndWritePerm API in ProjectServiceTest.java. -- 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]
