summaryrefslogtreecommitdiff
path: root/deps/rabbit/test/definition_import_SUITE_data/case2.json
blob: 0f0a014681d60ec1f5ee4c297dfcf96cd8402683 (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
{
  "rabbit_version": "3.7.0-rc.1",
  "users": [
    {
      "name": "guest",
      "password_hash": "A0EX\/2hiwrIDKFS+nEqwbCGcVxwEkDBFF3mBfkNW53KFFk64",
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "tags": "administrator"
    }
  ],
  "vhosts": [
    {
      "name": "\/"
    }
  ],
  "permissions": [
    {
      "user": "guest",
      "vhost": "\/",
      "configure": ".*",
      "write": ".*",
      "read": ".*"
    }
  ],
  "topic_permissions": [
    
  ],
  "parameters": [
    
  ],
  "global_parameters": [
    {
      "name": "cluster_name",
      "value": "rabbit@mercurio"
    }
  ],
  "policies": [
    
  ],
  "queues": [
    
  ],
  "exchanges": [
    
  ],
  "bindings": [
    
  ]
}