diff options
author | Radoslaw Chmiel <r.chmiel@partner.samsung.com> | 2022-07-07 12:26:38 +0200 |
---|---|---|
committer | Radoslaw Chmiel <r.chmiel@partner.samsung.com> | 2022-07-07 12:26:38 +0200 |
commit | 2dd69c0d88813832699813f6f002f01d02566107 (patch) | |
tree | ba7ba16569d806e7f6b08701a43acae5e9489584 /artifactbroker/packages | |
parent | 7325a6ec3f2011f09c5d071248a5c34c82a532ad (diff) |
Sdc client upgrade1.8.0
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 <r.chmiel@partner.samsung.com>
Change-Id: If6c096b20f8eaca1232651aabd30a3b230787bcc
Diffstat (limited to 'artifactbroker/packages')
-rw-r--r-- | artifactbroker/packages/src/main/resources/etc/defaultConfig.json | 7 |
1 files changed, 6 insertions, 1 deletions
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 } } }, |