From f8de1f25e7c71380a61b96d5251f224e3a4c821f Mon Sep 17 00:00:00 2001 From: ARULNA Date: Mon, 19 Jun 2017 12:08:55 -0400 Subject: Adding login filters for authentication Change-Id: Ib4da370c986b6a86a606cccd118884b66ac1b1fa Signed-off-by: ARULNA --- src/main/config/ajsc-override-web.xml | 7 ++++++- src/main/config/runner-web.xml | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit 1.2.3-korg