You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/03/27 04:54:15 UTC

[skywalking] branch master updated: Set the trustStorePath default value to empty (#4579)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2030974  Set the trustStorePath default value to empty (#4579)
2030974 is described below

commit 203097446a9d7e5050c49d46e07afc324721ea9b
Author: wind2008hxy <wi...@gmail.com>
AuthorDate: Fri Mar 27 12:53:59 2020 +0800

    Set the trustStorePath default value to empty (#4579)
---
 dist-material/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist-material/application.yml b/dist-material/application.yml
index c692829..f715df9 100644
--- a/dist-material/application.yml
+++ b/dist-material/application.yml
@@ -92,7 +92,7 @@ storage:
     nameSpace: ${SW_NAMESPACE:""}
     clusterNodes: ${SW_STORAGE_ES_CLUSTER_NODES:localhost:9200}
     protocol: ${SW_STORAGE_ES_HTTP_PROTOCOL:"http"}
-    trustStorePath: ${SW_SW_STORAGE_ES_SSL_JKS_PATH:"../es_keystore.jks"}
+    trustStorePath: ${SW_SW_STORAGE_ES_SSL_JKS_PATH:""}
     trustStorePass: ${SW_SW_STORAGE_ES_SSL_JKS_PASS:""}
     user: ${SW_ES_USER:""}
     password: ${SW_ES_PASSWORD:""}