From e07d5b8dc0801583518b4f27ce6b8f3b56bcf206 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Fri, 1 Mar 2019 16:03:03 +0000 Subject: Add elasticsearch with searchguard Dockerfile Add Dockerfile that produces an image of ElasticSearch with SearchGuard plugin pre-installed, and restructure the Maven project to build both the old search-data-service Dockerfile and the new elasticsearch-sg Dockerfile. Change-Id: Iff7cb79e3c09da78b6233422f40cb03eeef5bfdb Issue-ID: AAI-2203 Signed-off-by: Lee, Tian (tl5884) --- src/main/resources/application.properties | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/main/resources/application.properties (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index 7d169a7..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,4 +0,0 @@ -server.ssl.key-store=/opt/app/search-data-service/config/auth/tomcat_keystore -server.ssl.enabled=true -server.port=9509 -server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 -- cgit 1.2.3-korg