From 75d642902350562a790cf034ea92568ba5d52168 Mon Sep 17 00:00:00 2001 From: ilanap Date: Mon, 18 Nov 2019 13:38:23 +0200 Subject: Changes for backend to support SSL Changes to support starting in https mode and changes to support making a secured call to the SDC backend (cherry picked from commit 820f4ec65a28ed822d4205b05ac6fbbd910a46cc) Issue-ID: SDC-2405 Change-Id: I0588484fdcb0903934814906672f4fc9a76eca2c Signed-off-by: ilanap --- workflow-designer-ui/src/main/webapp/WEB-INF/web.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'workflow-designer-ui/src/main/webapp') diff --git a/workflow-designer-ui/src/main/webapp/WEB-INF/web.xml b/workflow-designer-ui/src/main/webapp/WEB-INF/web.xml index a58e1274..279b405e 100644 --- a/workflow-designer-ui/src/main/webapp/WEB-INF/web.xml +++ b/workflow-designer-ui/src/main/webapp/WEB-INF/web.xml @@ -5,14 +5,13 @@ version="4.0"> - Transparent Proxy - org.onap.workflow.web.TransparentProxy + Backend Proxy + org.onap.workflow.web.SSLProxyServlet 1 true - - Transparent Proxy + Backend Proxy /wf/* /v1.0/activity-spec/* -- cgit 1.2.3-korg