File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 4242 discovery.type : single-node
4343 http.port : 9202
4444 http.cors.enabled : true
45+ plugins.security.disabled : ' false'
46+ OPENSEARCH_INITIAL_ADMIN_PASSWORD : ' admin'
47+ DISABLE_SECURITY_DEMO_CONFIG : ' true'
48+ plugins.security.ssl.http.enabled : ' false'
49+ plugins.security.ssl.transport.enabled : ' false'
50+ plugins.security.authcz.admin_dn :
51+ - " "
52+ plugins.security.nodes_dn :
53+ - " "
4554 OPENSEARCH_JAVA_OPTS : >-
4655 -Xms512m
4756 -Xmx512m
@@ -198,4 +207,7 @@ jobs:
198207 ES_USE_SSL : false
199208 DATABASE_REFRESH : true
200209 ES_VERIFY_CERTS : false
201- BACKEND : ${{ matrix.backend == 'elasticsearch8' && 'elasticsearch' || 'opensearch' }}
210+ BACKEND : ${{ matrix.backend == 'elasticsearch8' && 'elasticsearch' || 'opensearch' }}
211+ OPENSEARCH_USER : admin
212+ OPENSEARCH_PASSWORD : admin
213+ OPENSEARCH_USE_SSL : ' false'
You can’t perform that action at this time.
0 commit comments