Skip to content

Commit

Permalink
fix:IAST bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taoran1250 committed Aug 16, 2024
1 parent e0c91f7 commit 5e77119
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.dss,com.webank.wedatasphere.exchangis,com.webank.wedatasphere.streamis,com.webank.wedatasphere.visualis,com.wedatasphere.dss.visualishub"
).getValue
.split(",")

val ENABLE_RPC_OBJECT_PREFIX_WHITE_LIST_CHECK: Boolean =
Expand Down

0 comments on commit 5e77119

Please sign in to comment.