aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-elasticsearch/resources/config/elasticsearch.yml
diff options
context:
space:
mode:
authorrajeevme <rajeev.mehta@amdocs.com>2019-09-28 00:05:44 +0530
committerJames Forsyth <jf2512@att.com>2019-10-08 12:43:55 +0000
commit15f4526ce3bd81e8e6741bef96dfb26671e0f67a (patch)
tree2fefafe0ab3589728b5ba13c4ad52a5219d5a566 /components/aai-elasticsearch/resources/config/elasticsearch.yml
parentd68960684392a6da61805e4161ae032549db6102 (diff)
[AAI-2617] Search guard is no longer available5.1.0-ONAP5.0.2-ONAP5.0.1-ONAP
Change-Id: I5cc786073ac27d3d36d05f0aa89ac5b7f1aadc02 Signed-off-by: rajeevme<rajeev.mehta@amdocs.com> Change-Id: I6b8ce9867d8b1d8108fcd7002e84f798a5b4e8e2 (cherry picked from commit 360d63a7609c566a6b8043a7de70ae35bd1f258a)
Diffstat (limited to 'components/aai-elasticsearch/resources/config/elasticsearch.yml')
-rw-r--r--components/aai-elasticsearch/resources/config/elasticsearch.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/components/aai-elasticsearch/resources/config/elasticsearch.yml b/components/aai-elasticsearch/resources/config/elasticsearch.yml
index 87536e3..ae12344 100644
--- a/components/aai-elasticsearch/resources/config/elasticsearch.yml
+++ b/components/aai-elasticsearch/resources/config/elasticsearch.yml
@@ -364,31 +364,6 @@ discovery.zen.ping.unicast.hosts: ["0.0.0.0"]
#monitor.jvm.gc.old.info: 5s
#monitor.jvm.gc.old.debug: 2s
-#############################################################################################
-### SEARCH GUARD SSL #
-### Configuration #
-###############################################################################################
-######## Start Search Guard Demo Configuration ########
-
-searchguard.enterprise_modules_enabled: false
-
-searchguard.ssl.transport.keystore_filepath: sg/auth/{{ .Values.config.nodeKeyStore }}
-searchguard.ssl.transport.keystore_password: {{ .Values.config.nodeKeyStorePassword }}
-searchguard.ssl.transport.truststore_filepath: sg/auth/{{ .Values.config.trustStore }}
-searchguard.ssl.transport.truststore_password: {{ .Values.config.trustStorePassword }}
-searchguard.ssl.transport.enforce_hostname_verification: false
-
-searchguard.ssl.http.enabled: true
-searchguard.ssl.http.keystore_filepath: sg/auth/{{ .Values.config.nodeKeyStore }}
-searchguard.ssl.http.keystore_password: {{ .Values.config.nodeKeyStorePassword }}
-searchguard.ssl.http.truststore_filepath: sg/auth/{{ .Values.config.trustStore }}
-searchguard.ssl.http.truststore_password: {{ .Values.config.trustStorePassword }}
-
-searchguard.nodes_dn:
- - CN=esaai
-
-searchguard.authcz.admin_dn:
- - CN=sgadmin
# x-pack security conflicts with searchguard
xpack.security.enabled: false