From cf04a1a714ef4a1df973929dc750232b4d67d7b4 Mon Sep 17 00:00:00 2001 From: Kartik Hegde Date: Sat, 12 Nov 2022 14:29:11 +0530 Subject: Multitenancy in SDC Issue-ID: SDC-4215 Change-Id: Ie24ba38acc9f1998d4a7e722e8f98456dab9201d Signed-off-by: Kartik Hegde --- .../onboarding-rest-war/src/main/webapp/WEB-INF/web.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml') 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 31400f878e..7d2edf4994 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 @@ -24,6 +24,20 @@ org.openecomp.server.listeners.OnboardingAppStartupListener + + + Keycloak Filter + org.openecomp.server.filters.MultitenancyKeycloakFilter + + + Keycloak Filter + /keycloak/* + /v1.0/vendor-license-models/* + /v1.0/vendor-software-products + */actions + /v1.0/items/* + + dataValidatorFilter org.openecomp.sdc.common.filters.DataValidatorFilter -- cgit 1.2.3-korg