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

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


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 746efbd477 Adjusting OpenSearch Docker image conf for IT
746efbd477 is described below

commit 746efbd4773a1c4a0e715a908dc228223c725f1b
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 79406e73d7..ddaf7faf26 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -670,6 +670,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