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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
