File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,23 @@ jobs:
4242 discovery.type : single-node
4343 http.port : 9202
4444 http.cors.enabled : true
45- plugins.security.disabled : true
46- plugins.security.ssl.http.enabled : false
47- OPENSEARCH_JAVA_OPTS : -Xms512m -Xmx512m -Dopensearch.transport.cname_in_publish_address=true
48- action.destructive_requires_name : false
45+ # Only set security settings in one place to avoid conflicts
46+ plugins.security.disabled : ' true'
47+ # Disable all security features
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+ - " "
54+ OPENSEARCH_JAVA_OPTS : >-
55+ -Xms512m
56+ -Xmx512m
57+ -Dopensearch.transport.cname_in_publish_address=true
58+ -Dopensearch.cgroups.hierarchy.override=/
59+ -Djava.security.manager=allow
60+ action.destructive_requires_name : ' false'
4961 bootstrap.memory_lock : ' false'
50- DISABLE_SECURITY_PLUGIN : ' true'
51- DISABLE_INSTALL_DEMO_CONFIG : ' true'
5262 ports :
5363 - 9202:9202
5464 options : >-
You can’t perform that action at this time.
0 commit comments