Skip to content

Commit

Permalink
modify ’wds.linkis.entrance.skip.auth‘ default false change to true (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Zosimer authored Jan 15, 2022
1 parent 4010fc8 commit 77fa00b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 77fa00b

Please sign in to comment.