From 1840de7db30a991994e1e99ea6e5cef703d5534c Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 6 Apr 2020 08:48:00 -0400 Subject: [PATCH] Change DMaaP plugin to use https In R6, the DMaaP provisioning server (DMaaP BC) exposes its API via HTTPS only. The DMaaP plugin must be configured to use HTTPS to access DMaaP BC. Issue-ID: DCAEGEN2-2193 Signed-off-by: Jack Lucas Change-Id: Ic80b1d05fe8666a5df87af647c66b2d2bca31def --- .../components/dcae-bootstrap/resources/config/dmaap-plugin.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/dmaap-plugin.json b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/dmaap-plugin.json index 41404b0199..c52a0a8606 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/dmaap-plugin.json +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/dmaap-plugin.json @@ -2,7 +2,6 @@ "dmaap": { "username": "notused", "password": "doesnotmatter", - "owner": "dcaecm", - "protocol": "http" - } + "owner": "dcaecm" + } } \ No newline at end of file -- 2.16.6