summaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/distribution/src/main/dc/docker-compose.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-12-10 10:55:32 +0100
committerDan Timoney <dtimoney@att.com>2021-12-13 20:51:33 +0000
commit6e5625b242c92c7e6763f03daae8cb3238ee760d (patch)
treed14e6e7e8605553a6d2652549a3d64ad71ee4380 /ms/sdclistener/distribution/src/main/dc/docker-compose.yaml
parent3763eb87d5717063ea35975cce184563013eaad1 (diff)
[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 <sylvain.desbureaux@orange.com> Change-Id: I029f1dc802bba647b8088fb61a5e60680337aa00
Diffstat (limited to 'ms/sdclistener/distribution/src/main/dc/docker-compose.yaml')
-rwxr-xr-xms/sdclistener/distribution/src/main/dc/docker-compose.yaml5
1 files changed, 5 insertions, 0 deletions
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