WeBankFinTech / DataSphereStudio

DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
https://github.com/WeBankFinTech/DataSphereStudio-Doc
Apache License 2.0
3.08k stars 1k forks source link

add user register function and user rights management function #153

Open Vinsmoke66 opened 4 years ago

Vinsmoke66 commented 4 years ago

when we need to add user, we need to do a lots of thing like edit dss-server conf and azkaban con f, besides we need to mkdir dir on linux and hdfs. I think it's inconvenient, and hope DSS would be able to control user's right like the apache ranger. Thanks.

wushengyeyouya commented 4 years ago

Create a new user, is supported in Linkis UserControl mode. If you want to use it more conveniently, it is recommended that you implement a new AzkabanUserManager, connect with the UserControl module of Linkis, then you can add a user in UserControl, and use it everywhere.

Vinsmoke66 commented 4 years ago

Create a new user, is supported in Linkis UserControl mode. If you want to use it more conveniently, it is recommended that you implement a new AzkabanUserManager, connect with the UserControl module of Linkis, then you can add a user in UserControl, and use it everywhere.

Thank you.