From 4a87570c44f41bf19f550f9fed9ecf072db16d74 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Wed, 28 Feb 2024 07:13:50 +0000 Subject: Disable Spring Security and HTTP Basic Auth (CPS-2126 #1) This allows any authorization header to be passed in. Issue-ID: CPS-2127 Signed-off-by: danielhanrahan Change-Id: Ib1c5bd7024eed39afd1ae6e19325ed4733c853d4 --- cps-application/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cps-application/pom.xml') diff --git a/cps-application/pom.xml b/cps-application/pom.xml index fd43da44f..4c231a6d4 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.Application yyyyMMdd'T'HHmmss'Z' - 0.86 + 0.68 ${docker.pull.registry}/onap/integration-java17:12.0.0 ${project.version}-${maven.build.timestamp} @@ -57,10 +57,6 @@ org.springframework.boot spring-boot-starter-jetty - - org.springframework.boot - spring-boot-starter-security - org.springframework.boot spring-boot-starter-actuator -- cgit 1.2.3-korg