diff options
author | andre.schmid <andre.schmid@est.tech> | 2019-09-06 09:45:03 +0000 |
---|---|---|
committer | andre.schmid <andre.schmid@est.tech> | 2019-09-06 09:45:03 +0000 |
commit | 06b4321bfa2a0aa5dd7529205b557ef587647c94 (patch) | |
tree | a6b1ca8087308b554f82e0828bc9eb6d928d55d7 /catalog-be/src/main/webapp/WEB-INF | |
parent | 1da40f4a4b7cf94afc034bfbc078f09921d92fc6 (diff) |
Revert "Basic authorization for unsecured endpoint"
This reverts commit 34e04405
Change-Id: I6e27ce2d04b50417c3b0c9e5da217cbc57f8d277
Issue-ID: SDC-2556
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/src/main/webapp/WEB-INF')
-rw-r--r-- | catalog-be/src/main/webapp/WEB-INF/web.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 812faba440..027601b952 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -50,17 +50,6 @@ <servlet-name>EsGateway</servlet-name> <url-pattern>/sdc2/esGateway/*</url-pattern> </servlet-mapping> - - <filter> - <filter-name>AuthenticationFilter</filter-name> - <filter-class> - org.openecomp.sdc.be.filters.RestAuthenticationFilter - </filter-class> - </filter> - <filter-mapping> - <filter-name>AuthenticationFilter</filter-name> - <url-pattern>/sdc2/rest/v1/consumers</url-pattern> - </filter-mapping> <servlet> <servlet-name>jerseyDistribution</servlet-name> |