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

shuber pushed a commit to branch opensearch-persistence
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/opensearch-persistence by this 
push:
     new ea26460c6 Update healthcheck configuration to correct HTTP client 
settings for OpenSearch and Elasticsearch, including trust certificate options 
and minimal cluster state defaults.
ea26460c6 is described below

commit ea26460c61d12f4d0847ab5cd29775d97eb5e67a
Author: Serge Huber <[email protected]>
AuthorDate: Mon Oct 13 19:57:57 2025 +0200

    Update healthcheck configuration to correct HTTP client settings for 
OpenSearch and Elasticsearch, including trust certificate options and minimal 
cluster state defaults.
---
 itests/src/test/resources/org.apache.unomi.healthcheck.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/itests/src/test/resources/org.apache.unomi.healthcheck.cfg 
b/itests/src/test/resources/org.apache.unomi.healthcheck.cfg
index 96761131d..9de18615b 100644
--- a/itests/src/test/resources/org.apache.unomi.healthcheck.cfg
+++ b/itests/src/test/resources/org.apache.unomi.healthcheck.cfg
@@ -20,15 +20,15 @@ esAddresses = 
${org.apache.unomi.elasticsearch.addresses:-localhost:9200}
 esSSLEnabled = ${org.apache.unomi.elasticsearch.sslEnable:-false}
 esLogin = ${org.apache.unomi.elasticsearch.username:-}
 esPassword = ${org.apache.unomi.elasticsearch.password:-}
-httpClient.trustAllCertificates = 
${org.apache.unomi.elasticsearch.sslTrustAllCertificates:-false}
+esHttpClient.trustAllCertificates = 
${org.apache.unomi.elasticsearch.sslTrustAllCertificates:-false}
 
 # OpenSearch configuration
 osAddresses = ${org.apache.unomi.opensearch.addresses:-localhost:9200}
 osSSLEnabled = ${org.apache.unomi.opensearch.sslEnable:-false}
 osLogin = ${org.apache.unomi.opensearch.username:-admin}
 osPassword = ${org.apache.unomi.opensearch.password:-}
-osMinimalClusterState = 
${org.apache.unomi.opensearch.minimalClusterState:-YELLOW}
-httpClient.trustAllCertificates = 
${org.apache.unomi.opensearch.sslTrustAllCertificates:-false}
+osHttpClient.trustAllCertificates = 
${org.apache.unomi.opensearch.sslTrustAllCertificates:-true}
+osMinimalClusterState = 
${org.apache.unomi.opensearch.minimalClusterState:-GREEN}
 
 # Security configuration
 authentication.realm = ${org.apache.unomi.security.realm:-karaf}

Reply via email to