aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLizi <li.zi30@zte.com.cn>2018-04-08 09:26:33 +0000
committerLizi <li.zi30@zte.com.cn>2018-04-08 09:26:50 +0000
commita2b84385197f629dad641bada92c2466e378e909 (patch)
tree43e641710f70424d2fdfd6278f7ce3bba5301874
parent04150e26a75daad80f28a7fb3109808c658c486d (diff)
Skip TLS check when health check
Change-Id: I3986d8467924a71d9f22b41c03404845480dca5f Issue-ID: MSB-189 Signed-off-by: Lizi <li.zi30@zte.com.cn>
-rw-r--r--apiroute/apiroute-service/src/main/java/org/onap/msb/apiroute/api/Node.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/apiroute/apiroute-service/src/main/java/org/onap/msb/apiroute/api/Node.java b/apiroute/apiroute-service/src/main/java/org/onap/msb/apiroute/api/Node.java
index eab8418..3c7bb1a 100644
--- a/apiroute/apiroute-service/src/main/java/org/onap/msb/apiroute/api/Node.java
+++ b/apiroute/apiroute-service/src/main/java/org/onap/msb/apiroute/api/Node.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright 2016-2017 ZTE, Inc. and others.
+ * Copyright 2016-2018 ZTE, Inc. and others.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
@@ -43,6 +43,7 @@ public class Node implements Serializable {
// TCP or HTTP health check TimeOut,Unit: second", example = "10s"
private String checkTimeOut = "10s";
+ private Boolean tls_skip_verify = true;
/**
* @return the checkType
*/