Skip TLS check when health check
[msb/apigateway.git] / apiroute / apiroute-service / src / main / java / org / onap / msb / apiroute / api / Node.java
index eab8418..3c7bb1a 100644 (file)
@@ -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
      */