DataSphereStudio icon indicating copy to clipboard operation
DataSphereStudio copied to clipboard

add user register function and user rights management function

Open Vinsmoke66 opened this issue 5 years ago • 3 comments

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.

Vinsmoke66 avatar Jun 16 '20 03:06 Vinsmoke66

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.

wushengyeyouya avatar Jun 18 '20 09:06 wushengyeyouya

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.

Vinsmoke66 avatar Jun 18 '20 10:06 Vinsmoke66