summaryrefslogtreecommitdiffstats
path: root/src/main/docker/elasticsearch/bin/init_sg.sh
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-10-17 16:16:12 +0200
committerSébastien Determe <sebastien.determe@intl.att.com>2019-10-17 14:23:04 +0000
commitaf09427ec0dbb57b192d044bed6f14cf68a03dfc (patch)
tree659026953940e49771d25dab05c91f0f710ce4b9 /src/main/docker/elasticsearch/bin/init_sg.sh
parent6fcc35ae7a132b6e8c673b75b48f12409c92348c (diff)
Remove all search guard
Remove all files related to search guard and all config files + disable the build of the clamp ELK stack Issue-ID: CLAMP-506 Change-Id: I2fe1a9c50381dd31d3fbbb6485cfa8ba2b3f29a8 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/docker/elasticsearch/bin/init_sg.sh')
-rw-r--r--src/main/docker/elasticsearch/bin/init_sg.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/docker/elasticsearch/bin/init_sg.sh b/src/main/docker/elasticsearch/bin/init_sg.sh
deleted file mode 100644
index 1c4e607c..00000000
--- a/src/main/docker/elasticsearch/bin/init_sg.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-plugins/search-guard-6/tools/sgadmin.sh \
- -cd config/sg/ \
- -ts config/sg/truststore.jks \
- -ks config/sg/kirk-keystore.jks \
- -nhnv \
- -icl \ No newline at end of file