From 33e660e21a7cce89210a318c4de80d1f8b4d5f5d Mon Sep 17 00:00:00 2001 From: "Kotta, Shireesha (sk434m)" Date: Fri, 28 Dec 2018 10:44:43 -0500 Subject: CADI Integration POM change Issue-ID: PORTAL-474 Changed POM version to 2.5.0 Change-Id: Ibd72c1c4977f63b5123f76ff6bbb36f2e74172ab Signed-off-by: Kotta, Shireesha (sk434m) --- .../epsdk-app-os/src/main/webapp/WEB-INF/web.xml | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'ecomp-sdk/epsdk-app-os/src/main/webapp') diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml index a87e478d..56a6edba 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml +++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml @@ -56,5 +56,28 @@ /WEB-INF/jsp/error.jsp - + + CadiAuthFilter + org.onap.portalsdk.core.onboarding.crossapi.CadiAuthFilter + + cadi_prop_files + + {path}/cadi.properties + + + + + + include_url_endpoints + /api/v3/* + + + exclude_url_endpoints + /api/v3/analytics,/api/v3/storeAnalytics + + + + CadiAuthFilter + /* + -- cgit 1.2.3-korg