Change DMaaP plugin to use https 65/105165/2
authorJack Lucas <jflucas@research.att.com>
Mon, 6 Apr 2020 12:48:00 +0000 (08:48 -0400)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 6 Apr 2020 20:58:02 +0000 (20:58 +0000)
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 <jflucas@research.att.com>
Change-Id: Ic80b1d05fe8666a5df87af647c66b2d2bca31def

kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/dmaap-plugin.json

index 41404b0..c52a0a8 100644 (file)
@@ -2,7 +2,6 @@
     "dmaap": {
         "username": "notused",
         "password": "doesnotmatter",
-        "owner": "dcaecm",
-        "protocol": "http"
-    }
+        "owner": "dcaecm"
+     }
 }
\ No newline at end of file