From: ARULNA Date: Mon, 19 Jun 2017 16:08:55 +0000 (-0400) Subject: Adding login filters for authentication X-Git-Tag: v1.1.0~34 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f8de1f25e7c71380a61b96d5251f224e3a4c821f;p=aai%2Fsparky-be.git Adding login filters for authentication Change-Id: Ib4da370c986b6a86a606cccd118884b66ac1b1fa Signed-off-by: ARULNA --- diff --git a/src/main/config/ajsc-override-web.xml b/src/main/config/ajsc-override-web.xml index 59071d6..0b3e693 100644 --- a/src/main/config/ajsc-override-web.xml +++ b/src/main/config/ajsc-override-web.xml @@ -3,7 +3,12 @@ - + + + LoginFilter + /* + + ElasticSearchSynchronizerFilter /nothingShouldBeSentHere/* diff --git a/src/main/config/runner-web.xml b/src/main/config/runner-web.xml index abfdf74..b855800 100644 --- a/src/main/config/runner-web.xml +++ b/src/main/config/runner-web.xml @@ -40,7 +40,10 @@ org.openecomp.sparky.inventory.servlet.EntityCountHistoryServlet - + + LoginFilter + org.openecomp.sparky.security.filter.LoginFilter + ElasticSearchSynchronizerFilter