Skip to content

Commit

Permalink
IAST BUG FIX (#575)
Browse files Browse the repository at this point in the history
* fix: optimizing code

* fix: IAST fix

* fix: IAST fix

* fix: IAST fix

* fix: Code Review fix

* fix: Code Review fix

* chore: add spring-boot-actuator dependency

* fix:IAST bug fix

* fix:IAST bug fix

* fix:IAST bug fix
  • Loading branch information
taoran1250 authored Aug 16, 2024
1 parent 6fa215b commit 264fbab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ object RPCConfiguration {
new feign.Request.Options(RPC_CONNECT_TIME_OUT, RPC_READ_TIME_OUT, true)

val RPC_OBJECT_PREFIX_WHITE_LIST: Array[String] =
CommonVars("wds.linkis.rpc.object.class.prefix.whitelist", "org.apache.linkis").getValue
CommonVars(
"wds.linkis.rpc.object.class.prefix.whitelist",
"org.apache.linkis,com.webank.wedatasphere,com.wedatasphere"
).getValue
.split(",")

val ENABLE_RPC_OBJECT_PREFIX_WHITE_LIST_CHECK: Boolean =
Expand Down

0 comments on commit 264fbab

Please sign in to comment.