Merge "Tighten authenticated topic provisioning"
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 8 May 2019 11:06:40 +0000 (11:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 8 May 2019 11:06:40 +0000 (11:06 +0000)
kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties
kubernetes/dmaap/components/message-router/resources/mr_clusters/san-francisco.json

index dc9298d..bcfefe9 100644 (file)
@@ -101,6 +101,9 @@ MR.TopicMgrRole: org.onap.dmaap-bc-topic-mgr.client
 # MR topic ProjectID (used in certain topic name generation formats)
 MR.projectID:  mr
 
+# Use Basic Authentication when provisioning topics
+MR.authentication: basicAuth
+
 
 #####################################################
 #
index 9e732d2..6c201f6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dcaeLocationName": "san-francisco",
   "fqdn": "message-router",
-  "topicProtocol": "http",
-  "topicPort": "3904"
+  "topicProtocol": "https",
+  "topicPort": "3905"
 }