diff options
author | dglFromAtt <dgl@research.att.com> | 2019-05-03 18:25:12 +0000 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-05-07 12:32:03 +0000 |
commit | 2ce1365e843837215fb88d6ef248312c7f1bff73 (patch) | |
tree | afda6f9a7b73924b6b35eeab0bac669dd35250b9 /kubernetes/dmaap/components/dmaap-bc/resources/config | |
parent | f0ae872afc1bcfe75572b998985cb0e9edeaf16e (diff) |
Tighten authenticated topic provisioning
This fixes bug which created unauthenticated topics.
Change-Id: Ifb3035eb1cc346de6f2b7cdba5fb4a945b445479
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1191
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/config')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/resources/config/dmaapbc.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 + ##################################################### # |