From 2dd69c0d88813832699813f6f002f01d02566107 Mon Sep 17 00:00:00 2001 From: Radoslaw Chmiel Date: Thu, 7 Jul 2022 12:26:38 +0200 Subject: Sdc client upgrade Updated sdc-distribution-client to 1.4.5 that contain vuln fixes for SDC-3572 and ability to connect to SDC via http needed for Service Mesh implementation (default set to https as before) implemented http/https proxy handling Issue-ID: MULTICLOUD-1476 Signed-off-by: Radoslaw Chmiel Change-Id: If6c096b20f8eaca1232651aabd30a3b230787bcc --- artifactbroker/packages/src/main/resources/etc/defaultConfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'artifactbroker/packages') diff --git a/artifactbroker/packages/src/main/resources/etc/defaultConfig.json b/artifactbroker/packages/src/main/resources/etc/defaultConfig.json index 6f0ace4..3497a5f 100644 --- a/artifactbroker/packages/src/main/resources/etc/defaultConfig.json +++ b/artifactbroker/packages/src/main/resources/etc/defaultConfig.json @@ -49,7 +49,12 @@ "keystorePassword": "null", "activeserverTlsAuth": false, "isFilterinEmptyResources": true, - "isUseHttpsWithDmaap": false + "isUseHttpsWithDmaap": false, + "isUseHttpsWithSDC": true, + "httpsproxyHost": "null", + "httpproxyHost": "null", + "httpsproxyPort": 8181, + "httpproxyPort": 8080 } } }, -- cgit 1.2.3-korg