From 869b18e4db3be57075cf0deb24d62b33f6c6879a Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Tue, 5 Jan 2021 11:05:17 +0530 Subject: Remove ca-cert from docker image CA cert can be directly used by the request library. So it is not needed to install in the base image Issue-ID: OPTFRA-891 Signed-off-by: krishnaa96 Change-Id: Ia7642cded9057148abcaf0f2f8c9e85d63a08012 --- config/osdf_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/osdf_config.yaml') diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 3459939..9f98101 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -59,7 +59,7 @@ controllerQueryUrl: /aai/v19/query?format=resource aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up #DES api -desUrl: https://des.url:9000 +desUrl: http://des.url:9000 desApiPath: /datalake/v1/exposure/ desHeaders: Accept: application/json -- cgit 1.2.3-korg