This fixes bug which created unauthenticated topics.
Change-Id: Ifb3035eb1cc346de6f2b7cdba5fb4a945b445479
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1191
 # MR topic ProjectID (used in certain topic name generation formats)
 MR.projectID:  mr
 
+# Use Basic Authentication when provisioning topics
+MR.authentication: basicAuth
+
 
 #####################################################
 #
 
 {
   "dcaeLocationName": "san-francisco",
   "fqdn": "message-router",
-  "topicProtocol": "http",
-  "topicPort": "3904"
+  "topicProtocol": "https",
+  "topicPort": "3905"
 }