From 6e5625b242c92c7e6763f03daae8cb3238ee760d Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 10 Dec 2021 10:55:32 +0100 Subject: [SDC Client] Allow HTTP By default, SDC client is using only https, which can be problematic when used on top of service mesh for example. Let's override isUseHttpsWithSDC in order to allow use of http thanks to a configuration variable. Issue-ID: OOM-2258 Signed-off-by: Sylvain Desbureaux Change-Id: I029f1dc802bba647b8088fb61a5e60680337aa00 --- ms/sdclistener/distribution/src/main/dc/docker-compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ms/sdclistener/distribution/src/main/dc/docker-compose.yaml') diff --git a/ms/sdclistener/distribution/src/main/dc/docker-compose.yaml b/ms/sdclistener/distribution/src/main/dc/docker-compose.yaml index 1c68f6cf3..b03953e72 100755 --- a/ms/sdclistener/distribution/src/main/dc/docker-compose.yaml +++ b/ms/sdclistener/distribution/src/main/dc/docker-compose.yaml @@ -20,6 +20,7 @@ services: keyStorePath: activateServerTLSAuth: "false" isUseHttpsWithDmaap: "false" + isUseHttpsWithSDC: "true" archivePath: /opt/app/onap/cds-sdc-listener/ grpcAddress: localhost grpcPort: 9111 @@ -27,3 +28,7 @@ services: #port needed by Liveness probe healthcheckPort: "9000" sprintWebListenerEnabled: "true" + httpsProxyHost: + httpProxyHost: + httpsProxyPort: 0 + httpProxyPort: 0 -- cgit 1.2.3-korg