From af09427ec0dbb57b192d044bed6f14cf68a03dfc Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 17 Oct 2019 16:16:12 +0200 Subject: 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 --- .../elasticsearch/config/sg/sg_roles_mapping.yml | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/main/docker/elasticsearch/config/sg/sg_roles_mapping.yml (limited to 'src/main/docker/elasticsearch/config/sg/sg_roles_mapping.yml') diff --git a/src/main/docker/elasticsearch/config/sg/sg_roles_mapping.yml b/src/main/docker/elasticsearch/config/sg/sg_roles_mapping.yml deleted file mode 100644 index 45bb7755..00000000 --- a/src/main/docker/elasticsearch/config/sg/sg_roles_mapping.yml +++ /dev/null @@ -1,34 +0,0 @@ -# In this file users, backendroles and hosts can be mapped to Search Guard roles. -# Permissions for Search Guard roles are configured in sg_roles.yml - -sg_all_access: - readonly: true - backendroles: - - admin - -sg_logstash: - backendroles: - - logstash - -sg_kibana_server: - readonly: true - users: - - kibanaserver - -sg_kibana_user: - backendroles: - - kibanauser - -sg_readall: - readonly: true - backendroles: - - readall - -sg_manage_snapshots: - readonly: true - backendroles: - - snapshotrestore - -sg_own_index: - users: - - '*' \ No newline at end of file -- cgit 1.2.3-korg