Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / dmaap / components / dmaap-bc / resources / topics / mirrormakeragent.json
1 {
2   "topicName": "mirrormakeragent",
3   "topicDescription": "the topic used to provision the MM agent whitelist",
4   "replicationCase": "REPLICATION_NONE",
5   "owner": "dmaap",
6   "tnxEnabled": false,
7   "partitionCount": "1",
8   "clients": [
9     {
10       "dcaeLocationName": "san-francisco",
11       "clientIdentity": "dmaap-bc-mm-prov@dmaap-bc-mm-prov.onap.org",
12       "action": [
13         "pub",
14         "sub",
15         "view"
16       ]
17     },
18     {
19       "dcaeLocationName": "san-francisco",
20       "clientIdentity": "dmaap-bc-topic-mgr@dmaap-bc-topic-mgr.onap.org",
21       "action": [
22         "pub",
23         "sub",
24         "view"
25       ]
26     },
27     {
28       "dcaeLocationName": "san-francisco",
29       "clientIdentity": "demo@people.osaaf.org",
30       "action": [
31         "pub",
32         "sub",
33         "view"
34       ]
35     }
36   ]
37 }