You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/05/16 00:34:26 UTC

[GitHub] [incubator-dolphinscheduler] Rubik-W opened a new issue #2724: [Feature] the data source creation permission

Rubik-W opened a new issue #2724:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2724


   In frontend, everyone has creation permission of the data source.
   This can easily lead to repeated creation of data sources, and there are different naming rules.
   
   I think, creating a data source is a low-frequency operation.
   So, permission should be revoked, only admin has create permission.
   
   mail list:
   https://lists.apache.org/thread.html/r5ce90bdfc11ecb6e9a616015c67184d845b11f959e24cf330d9ba40b%40%3Cdev.dolphinscheduler.apache.org%3E


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Rubik-W closed issue #2724: [Feature] the data source creation permission

Posted by GitBox <gi...@apache.org>.
Rubik-W closed issue #2724:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2724


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Rubik-W commented on issue #2724: [Feature] the data source creation permission

Posted by GitBox <gi...@apache.org>.
Rubik-W commented on issue #2724:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2724#issuecomment-630135620


   1.This will cause multiple users to create data sources repeatedly. This is not a good phenomenon.
   For example, database IP changes or see which workflows use a certain data source.
   
   2.Increase the hidden dangers of data security. I think that users should apply to use data sources.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] break60 commented on issue #2724: [Feature] the data source creation permission

Posted by GitBox <gi...@apache.org>.
break60 commented on issue #2724:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2724#issuecomment-629572490


   1. First, ordinary users can only see their own data sources, and ordinary users have no problem creating data sources
   2. If you want the data source created by the admin user to be visible to ordinary users, you can add the authorization function here
   3. Each data source should add a create user field to let users know who created this data source


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org