summaryrefslogtreecommitdiffstats
path: root/src/test/resources/no_filter_mapper_config.json
blob: 87fc021b9e18d9b0c8638b839fa5223c680bc00c (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
{
  "pm-mapper-filter": {"filters":[]},
  "streams_subscribes": {
    "dmaap_subscriber": {
      "type": "data_router",
      "aaf_username": null,
      "aaf_password": null,
      "dmaap_info": {
        "location": "location",
        "delivery_url": "delivery_url",
        "username": "username",
        "password": "password",
        "subscriber_id": "subscriber_id"
      }
    }
  },
  "streams_publishes": {
    "dmaap_publisher": {
      "type": "message_router",
      "aaf_password": null,
      "dmaap_info": {
        "topic_url": "https://message-router.onap.svc.cluster.local:3904/events/some-topic",
        "client_role": null,
        "location": null,
        "client_id": null
      },
      "aaf_username": null
    }
  },
  "dmaap_dr_delete_endpoint": "http://dmaap-dr-node.onap.svc.cluster.local:8443/delete",
  "services_calls": {},
  "key_store_path": "src/test/resources/testkeystore.jks.b64",
  "key_store_pass_path": "src/test/resources/password",
  "trust_store_path": "src/test/resources/testkeystore.jks.b64",
  "trust_store_pass_path": "src/test/resources/password",
  "enable_http": false
}