summaryrefslogtreecommitdiff
path: root/test/definition_import_SUITE_data/case6.json
blob: c0debb7de180677d19c3205bf32fc138f7fce081 (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
{
  "rabbit_version": "3.7.3+10.g41ec73b",
  "users": [
    {
      "name": "guest",
      "password_hash": "J+UiUxNQ3I8uPn6Lo2obWcl93VgXgbw4R+xhl3L5zHwkRFZG",
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "tags": "administrator"
    }
  ],
  "vhosts": [
    {
      "name": "/"
    }
  ],
  "permissions": [
    {
      "user": "guest",
      "vhost": "/",
      "configure": ".*",
      "write": ".*",
      "read": ".*"
    }
  ],
  "topic_permissions": [],
  "parameters": [
    {
      "value": {
        "max-queues": 456,
        "max-connections": 123
      },
      "vhost": "/",
      "component": "vhost-limits",
      "name": "limits"
    }
  ],
  "global_parameters": [
    {
      "name": "cluster_name",
      "value": "rabbit@localhost.localdomain"
    }
  ],
  "policies": [],
  "queues": [],
  "exchanges": [],
  "bindings": []
}