From 45ae8909ab6d12df5f61f9279568bef938932298 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 25 Oct 2021 08:42:33 -0400 Subject: Support disabling host verification in naming service As a workaround for an issue found in processing SAN certificates, allow for hostname verification to be diabled by setting the environment variable DISABLE_HOST_VERIFICATION=true. By default, host name verification remains enabled ... it must be explicitly disabled for this environment variable setting. Issue-ID: CCSDK-3501 Signed-off-by: Dan Timoney Change-Id: I0e3260cc5b8640814dd2f092aee20bca183dc34b --- ms/sliboot/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ms/sliboot/pom.xml') diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index eb4fa8c9..57fac77d 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -20,10 +20,10 @@ org.onap.ccsdk.apps.ms.sliboot.SlibootApp 2.1.21 onap/ccsdk-alpine-j11-image - 1.1.1 + 1.2.2 onap/ccsdk-sliboot-alpine-image ${project.version} - 1.1.0 + 1.2.2 ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' ${project.artifactId}-${project.version}-exec.jar -- cgit 1.2.3-korg