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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9e20ec5229 Adjusting OpenSearch Docker image conf for IT
9e20ec5229 is described below

commit 9e20ec5229a0156dcf78ba2d508ec53ab869cbfd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Feb 21 09:59:50 2024 +0100

    Adjusting OpenSearch Docker image conf for IT
---
 fit/core-reference/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 1058e08416..8c88785b50 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -673,6 +673,7 @@ under the License.
                       
<cluster.routing.allocation.disk.threshold_enabled>false</cluster.routing.allocation.disk.threshold_enabled>
                       
<plugins.security.disabled>true</plugins.security.disabled>
                       <OPENSEARCH_JAVA_OPTS>-Xms750m 
-Xmx750m</OPENSEARCH_JAVA_OPTS>
+                      
<OPENSEARCH_INITIAL_ADMIN_PASSWORD>z[x@%~CS7Vn}</OPENSEARCH_INITIAL_ADMIN_PASSWORD>
                     </env>
                     <ports>
                       <port>9200:9200</port>

Reply via email to