You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/16 07:51:29 UTC

[GitHub] [incubator-linkis] Andywli opened a new issue #1492: [Bug] About Linkis, in addition to supporting the deployment of user logins, can other user logins be configured?

Andywli opened a new issue #1492:
URL: https://github.com/apache/incubator-linkis/issues/1492


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons
   
   ### What happened + What you expected to happen
   
   关于Linkis除了支持部署用户登录可以配置其他用户登录吗?
   
   About Linkis, in addition to supporting the deployment of user logins, can other user logins be configured?
   
   ### Relevent platform
   
   ·
   
   ### Reproduction script
   
   ·
   
   ### Anything else
   
   This question comes from the QA documentation of the Linkis community
   QA Link:https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: commits-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] Andywli commented on issue #1492: [Bug] About Linkis, in addition to supporting the deployment of user logins, can other user logins be configured?

Posted by GitBox <gi...@apache.org>.
Andywli commented on issue #1492:
URL: https://github.com/apache/incubator-linkis/issues/1492#issuecomment-1041209181


   The deployment user is just for the convenience of the user. linkis-mg-gateway supports access by configuring LDAP service and SSO service. There is no user verification system. For example, to enable LDAP service access, you only need to configure linkis-mg-gateway.properties. The configuration of your LDAP server is as follows:
   ```
   wds.linkis.ldap.proxy.url=ldap://127.0.0.1:389/#您的LDAP服务URL
   wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com#您的LDAP服务的配置
   ```
   If the user needs to perform tasks, a user with the corresponding user name needs to be created on the Linux server. If it is a standard version, the user needs to be able to execute Spark and hive tasks, and a corresponding user needs to be created in the local workspace and the HDFS directory /tmp/linkis name directory.


-- 
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: commits-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] Andywli closed issue #1492: [Bug] About Linkis, in addition to supporting the deployment of user logins, can other user logins be configured?

Posted by GitBox <gi...@apache.org>.
Andywli closed issue #1492:
URL: https://github.com/apache/incubator-linkis/issues/1492


   


-- 
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: commits-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] Andywli commented on issue #1492: [Bug] About Linkis, in addition to supporting the deployment of user logins, can other user logins be configured?

Posted by GitBox <gi...@apache.org>.
Andywli commented on issue #1492:
URL: https://github.com/apache/incubator-linkis/issues/1492#issuecomment-1041208704


   当然可以。部署用户只是为了方便使用的用户。linkis-mg-gateway支持通过配置LDAP服务和SSO服务进行访问,本身没有用户校验体系,比如要开启LDAP服务访问,你只要在配置linkis-mg-gateway.properties您的LDAP服务端的配置如下:
   ```
   wds.linkis.ldap.proxy.url=ldap://127.0.0.1:389/#您的LDAP服务URL
   wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com#您的LDAP服务的配置
   ```
   
   用户如果需要执行任务,还需在linux服务器上面建立相应用户名的用户,如果是标准版本该用户需要能执行Spark和hive任务,并需要在本地工作空间和HDFS目录/tmp/linkis建立对应的用户名目录。
   


-- 
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: commits-unsubscribe@linkis.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org