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