aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2
blob: 7c811f16dfd29ffcc1655044e8bbe73834231278 (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": "XHp9fBOE3vjTEf7ktiUBHqefW2g=",
        "hashing_algorithm": "rabbit_password_hashing_sha256",
        "tags": ""
    }],
    "vhosts": [{
        "name": "/"
    }],
    "permissions": [{
        "user": "yardstick",
        "vhost": "/",
        "configure": ".*",
        "write": ".*",
        "read": ".*"
    }],
    "parameters": [],
    "policies": [],
    "queues": [],
    "exchanges": [],
    "bindings": []
}