From a4eeb110b076672b3bb88f5e2f3420ae70c78f38 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Mon, 7 Jan 2019 16:23:36 +0200 Subject: Add restriction filter to onboarding Change-Id: Ief36760c8d89ac3443c8b12bfdef09c2f83abfc3 Issue-ID: SDC-2039 Signed-off-by: Yuli Shlosberg --- .../onboarding-rest-war/src/main/webapp/WEB-INF/web.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml index b98ae4e82d..2b1b9893b3 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml @@ -52,6 +52,16 @@ + + RestrictionAccessFilter + org.openecomp.server.filters.RestrictionAccessFilter + true + + + RestrictionAccessFilter + /* + + AuthN org.openecomp.server.filters.ActionAuthenticationFilter -- cgit 1.2.3-korg