diff options
author | 2020-03-09 17:46:02 +0000 | |
---|---|---|
committer | 2020-03-09 17:46:02 +0000 | |
commit | f10d5bb6cae5f9d8be4dd4aa832098fd8e2d2f32 (patch) | |
tree | 3233cdda0318fb0c0c49b2307dcb42cfdff464f6 /kubernetes/dmaap/components/message-router/resources/topics | |
parent | 5dddd2fb77faaf18031d3791a18c210772f366f4 (diff) | |
parent | be7288889ab975fd7df625eb24463994a2684828 (diff) |
Merge "[DMaaP MR] Use HTTPS only for external traffic"
Diffstat (limited to 'kubernetes/dmaap/components/message-router/resources/topics')
-rw-r--r-- | kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json b/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json index 7ae77cd8a8..ff1a5732e2 100644 --- a/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json +++ b/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json @@ -1,7 +1,7 @@ { "topicName": "mirrormakeragent", "topicDescription": "the topic used to provision the MM agent whitelist", - "replicationCase": "REPLICATION_NONE", + "replicationCase": "REPLICATION_NONE", "owner": "dmaap", "txenabled": false, "partitionCount": "1", @@ -10,33 +10,28 @@ "dcaeLocationName": "san-francisco", "clientIdentity": "dmaap-bc-mm-prov@dmaap-bc-mm-prov.onap.org", "action": [ - "pub", + "pub", "sub", - "view" + "view" ] - }, - { + { "dcaeLocationName": "san-francisco", "clientIdentity": "dmaap-bc-topic-mgr@dmaap-bc-topic-mgr.onap.org", "action": [ - "pub", + "pub", "sub", - "view" + "view" ] - }, - { + { "dcaeLocationName": "san-francisco", "clientIdentity": "demo@people.osaaf.org", "action": [ - "pub", + "pub", "sub", - "view" + "view" ] - } - ] -} - +}
\ No newline at end of file |