summaryrefslogtreecommitdiff
path: root/test/definition_import_SUITE_data/case5.json
blob: 607dfd3d1f4e1c1f083104ad86903672ac545720 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "rabbit_version": "3.7.2",
  "users": [
    {
      "name": "guest",
      "password_hash": "PD4MQV8Ivcprh1\/yUS9x7jkpbXtWIZLTQ0tvnZPncpI6Ui0a",
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "tags": "administrator"
    }
  ],
  "vhosts": [
    {
      "name": "\/"
    },
    {
      "name": "vhost2"
    }
  ],
  "permissions": [
    {
      "user": "guest",
      "vhost": "\/",
      "configure": ".*",
      "write": ".*",
      "read": ".*"
    },
    {
      "user": "guest",
      "vhost": "vhost2",
      "configure": ".*",
      "write": ".*",
      "read": ".*"
    }
  ],
  "topic_permissions": [
    
  ],
  "parameters": [
    
  ],
  "global_parameters": [
    {
      "name": "mqtt_port_to_vhost_mapping",
      "value": {
        "1883": "\/",
        "1884": "vhost2"
      }
    },
    {
      "name": "cluster_name",
      "value": "rabbitmq@localhost"
    }
  ],
  "policies": [
  ],
  "queues": [
  ],
  "exchanges": [
  ],
  "bindings": [
    
  ]
}