Doc about trustStorePath and trustStorePass #8208
Replies: 2 comments 2 replies
-
@hanahmily Your scope, I think. |
Beta Was this translation helpful? Give feedback.
-
There was a precondition that the username and password should be present before 8.8.0 https://github.com/apache/skywalking/blob/v8.7.0/oap-server/server-library/library-client/src/main/java/org/apache/skywalking/oap/server/library/client/elasticsearch/ElasticSearchClient.java#L167 The new restful-based elasticsearch client doesn't have such limitations. I think we have a chance to update the document. From the current codes, the ES client intends to load them when |
Beta Was this translation helpful? Give feedback.
-
Currently there is a remark on
storage.elasticsearch.trustStorePath
andtrustStorePass
:See below:
skywalking/docs/en/setup/backend/configuration-vocabulary.md
Lines 91 to 92 in 1acba5d
I think that's not accurate, should be:
trustStorePath
Trust JKS file path. Provide ifprotocol
ishttps
, the JKS file should contains Elasticsearch's CA certificate.trustStorePass
Trust JKS file password. Provide if Trust JKS file needs a password.Beta Was this translation helpful? Give feedback.
All reactions