blob: 831675ff1242bf9d4b3c27d2549a91fdbda0044d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"users": [{
"name": "yardstick",
"password_hash": "{{ }}",
"hashing_algorithm": "rabbit_password_hashing_sha256",
"tags": ""
}],
"vhosts": [{
"name": "/"
}],
"permissions": [{
"user": "yardstick",
"vhost": "/",
"configure": ".*",
"write": ".*",
"read": ".*"
}],
"parameters": [],
"policies": [],
"queues": [],
"exchanges": [],
"bindings": []
}
|