From 2ce1365e843837215fb88d6ef248312c7f1bff73 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Fri, 3 May 2019 18:25:12 +0000 Subject: Tighten authenticated topic provisioning This fixes bug which created unauthenticated topics. Change-Id: Ifb3035eb1cc346de6f2b7cdba5fb4a945b445479 Signed-off-by: dglFromAtt Issue-ID: DMAAP-1191 --- .../dmaap/components/dmaap-bc/resources/config/dmaapbc.properties | 3 +++ .../message-router/resources/mr_clusters/san-francisco.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'kubernetes/dmaap') diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties b/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties index dc9298de65..bcfefe93cf 100644 --- a/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties +++ b/kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties @@ -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 + ##################################################### # diff --git a/kubernetes/dmaap/components/message-router/resources/mr_clusters/san-francisco.json b/kubernetes/dmaap/components/message-router/resources/mr_clusters/san-francisco.json index 9e732d2af8..6c201f6b30 100644 --- a/kubernetes/dmaap/components/message-router/resources/mr_clusters/san-francisco.json +++ b/kubernetes/dmaap/components/message-router/resources/mr_clusters/san-francisco.json @@ -1,6 +1,6 @@ { "dcaeLocationName": "san-francisco", "fqdn": "message-router", - "topicProtocol": "http", - "topicPort": "3904" + "topicProtocol": "https", + "topicPort": "3905" } -- cgit 1.2.3-korg