From 34e04405d887089ddc638607646849af0d9ba932 Mon Sep 17 00:00:00 2001 From: "m.kowalski3" Date: Fri, 30 Aug 2019 16:02:56 +0200 Subject: Basic authorization for unsecured endpoint Issue-ID: OJSI-90 Signed-off-by: Marcin Kowalski Change-Id: I3423d316e4853cfd5fa4aee50ad6506937bd6381 --- catalog-be/src/main/webapp/WEB-INF/web.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'catalog-be/src/main/webapp/WEB-INF/web.xml') diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 027601b952..812faba440 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -50,6 +50,17 @@ EsGateway /sdc2/esGateway/* + + + AuthenticationFilter + + org.openecomp.sdc.be.filters.RestAuthenticationFilter + + + + AuthenticationFilter + /sdc2/rest/v1/consumers + jerseyDistribution -- cgit 1.2.3-korg