You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/01/15 12:57:01 UTC

[incubator-linkis] branch dev-1.0.3 updated: modify ’wds.linkis.entrance.skip.auth‘ default false change to true (#1306)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.0.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.0.3 by this push:
     new 77fa00b  modify ’wds.linkis.entrance.skip.auth‘ default false change to true (#1306)
77fa00b is described below

commit 77fa00bd40df51e2413baf1ee67828fcae5bd4e6
Author: Zosimer <31...@qq.com>
AuthorDate: Sat Jan 15 20:56:54 2022 +0800

    modify ’wds.linkis.entrance.skip.auth‘ default false change to true (#1306)
    
    when I use python moudle  os and sys ,then report error 'can not use sys module' and ’can not use os module‘,so we modified  ’wds.linkis.entrance.skip.auth‘ default false change to true
---
 .../scala/org/apache/linkis/entrance/conf/EntranceConfiguration.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/conf/EntranceConfiguration.scala b/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/conf/EntranceConfiguration.scala
index de5e076..9c28890 100644
--- a/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/conf/EntranceConfiguration.scala
+++ b/linkis-computation-governance/linkis-entrance/src/main/scala/org/apache/linkis/entrance/conf/EntranceConfiguration.scala
@@ -125,7 +125,7 @@ object EntranceConfiguration {
   val SCHEDULER_CREATOR = CommonVars("wds.linkis.entrance.scheduler.creator", "scheduler")
 
 
-  val SKIP_AUTH = CommonVars("wds.linkis.entrance.skip.auth", false)
+  val SKIP_AUTH = CommonVars("wds.linkis.entrance.skip.auth", true)
 
   val PROGRESS_PUSH = CommonVars[String]("wds.linkis.entrance.push.progress", "false")
 

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