File tree Expand file tree Collapse file tree 6 files changed +5
-346
lines changed
plugins/linkis/dss-gateway-support
src/main/scala/org/apache/linkis/gateway/parser Expand file tree Collapse file tree 6 files changed +5
-346
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ function changeCommonConf(){
108108 sed -i " s#wds.linkis.gateway.port.*#wds.linkis.gateway.port=$GATEWAY_PORT #g" $CONF_DSS_PROPERTIES
109109 sed -i " s#wds.linkis.gateway.url.*#wds.linkis.gateway.url=http://$GATEWAY_INSTALL_IP :$GATEWAY_PORT /#g" $CONF_DSS_PROPERTIES
110110 sed -i " s#wds.linkis.gateway.wtss.url.*#wds.linkis.gateway.wtss.url=http://$GATEWAY_INSTALL_IP :$GATEWAY_PORT /#g" $CONF_DSS_PROPERTIES
111- sed -i " s#wds.linkis.bml.auth.token.value.*#wds.linkis.bml.auth.token.value=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
112- sed -i " s#linkis.configuration.linkisclient.auth.token.value.*#linkis.configuration.linkisclient.auth.token.value=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
113- sed -i " s#wds.linkis.context.client.auth.value.*#wds.linkis.context.client.auth.value=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
114- sed -i " s#wds.linkis.errorcode.auth.token.*#wds.linkis.errorcode.auth.token=$BML_AUTH / #g" $CONF_DSS_PROPERTIES
111+ sed -i " s#wds.linkis.bml.auth.token.value.*#wds.linkis.bml.auth.token.value=$BML_AUTH #g" $CONF_DSS_PROPERTIES
112+ sed -i " s#linkis.configuration.linkisclient.auth.token.value.*#linkis.configuration.linkisclient.auth.token.value=$BML_AUTH #g" $CONF_DSS_PROPERTIES
113+ sed -i " s#wds.linkis.context.client.auth.value.*#wds.linkis.context.client.auth.value=$BML_AUTH #g" $CONF_DSS_PROPERTIES
114+ sed -i " s#wds.linkis.errorcode.auth.token.*#wds.linkis.errorcode.auth.token=$BML_AUTH #g" $CONF_DSS_PROPERTIES
115115}
116116
117117# #function start
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 <module >dss-apps</module >
3535 <module >dss-server</module >
3636 <module >plugins/azkaban/linkis-jobtype</module >
37- <module >plugins/linkis/dss-gateway-support</module >
3837 <module >assembly</module >
3938 <module >plugins/dolphinscheduler</module >
4039 </modules >
4140
42- <repositories >
43- <repository >
44- <id >apache.snapshots</id >
45- <name >Apache Snapshot Repository</name >
46- <url >https://repository.apache.org/content/repositories/snapshots/</url >
47- <snapshots >
48- <enabled >true</enabled >
49- </snapshots >
50- </repository >
51- </repositories >
52-
5341 <properties >
5442 <dss .version>1.1.2</dss .version>
55- <linkis .version>1.4.0-SNAPSHOT</linkis .version>
56- <!-- <linkis.version>1.3.2</linkis.version>-->
43+ <linkis .version>1.4.0</linkis .version>
5744 <scala .version>2.12.17</scala .version>
5845 <jdk .compile.version>1.8</jdk .compile.version>
5946 <maven .version>3.3.3</maven .version>
You can’t perform that action at this time.
0 commit comments