From: rajeevme Date: Fri, 27 Sep 2019 18:57:37 +0000 (+0530) Subject: [AAI-2617] Search guard is no longer available X-Git-Tag: 1.5.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=878bd0e79b5a96a0c16c5f78cf9b74db9e32937e;p=aai%2Fsearch-data-service.git [AAI-2617] Search guard is no longer available Issue-ID: AAI-2617 Change-Id: Iea284d5e438f005fd3b674603c10f618e991c3b7 Signed-off-by: rajeevme Change-Id: Id08564d10dea759cb9b85eed72a7a8195ddf62a6 --- diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml deleted file mode 100644 index c97f52c..0000000 --- a/elasticsearch-sg/pom.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - 4.0.0 - - - search-data-service - org.onap.aai - 1.5.1-SNAPSHOT - - - - org.onap.aai.search-data-service - elasticsearch-sg - ElasticSearch with SearchGuard - 1.5.1-SNAPSHOT - pom - - - - docker - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - org.apache.maven.plugins - maven-resources-plugin - 2.7 - - - copy-docker-file - process-resources - - copy-resources - - - ${aai.build.directory} - true - - - ${basedir}/src/main/docker - - **/* - - - - - - - - - - io.fabric8 - docker-maven-plugin - ${docker.fabric.version} - - true - 1.23 - - - ${docker.push.registry}/${aai.docker.namespace}/${project.artifactId}:%l - - - @ - - latest - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-${maven.build.timestamp} - - try - ${aai.build.directory} - - - - - - - clean-images - clean - - remove - - - true - - - - generate-images - package - - build - - - - push-images - deploy - - push - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - - - - - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - - diff --git a/elasticsearch-sg/src/main/docker/Dockerfile b/elasticsearch-sg/src/main/docker/Dockerfile deleted file mode 100644 index 0ccb31d..0000000 --- a/elasticsearch-sg/src/main/docker/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -# https://github.com/elastic/elasticsearch-docker -FROM docker.elastic.co/elasticsearch/elasticsearch:6.1.2 - -USER elasticsearch - -# Search Guard plugin -RUN elasticsearch-plugin install --batch com.floragunn:search-guard-6:6.1.2-22.3 \ - && chmod +x plugins/search-guard-6/tools/*.sh - -ENTRYPOINT ["/usr/share/elasticsearch/bin/run.sh"] \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0a05863..ea7e027 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,6 @@ search-data-service-app - elasticsearch-sg