We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec68a1 commit b88bb6aCopy full SHA for b88bb6a
.github/workflows/cicd.yml
@@ -42,15 +42,6 @@ jobs:
42
discovery.type: single-node
43
http.port: 9202
44
http.cors.enabled: true
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
0 commit comments