72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"users": [
|
|
{
|
|
"name": "guest",
|
|
"password_hash": "Joz9zzUBOrX10lB3GisWN5oTXK+wj0gxS/nyrfTYmBOuhps5",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": [
|
|
"administrator"
|
|
],
|
|
"limits": {}
|
|
},
|
|
{
|
|
"name": "administrator-only",
|
|
"password_hash": "Joz9zzUBOrX10lB3GisWN5oTXK+wj0gxS/nyrfTYmBOuhps5",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": [
|
|
"administrator"
|
|
],
|
|
"limits": {}
|
|
},
|
|
{
|
|
"name": "management-only",
|
|
"password_hash": "Joz9zzUBOrX10lB3GisWN5oTXK+wj0gxS/nyrfTYmBOuhps5",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": [
|
|
"management"
|
|
],
|
|
"limits": {}
|
|
},
|
|
{
|
|
"name": "management",
|
|
"password_hash": "Joz9zzUBOrX10lB3GisWN5oTXK+wj0gxS/nyrfTYmBOuhps5",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": [
|
|
"management"
|
|
],
|
|
"limits": {}
|
|
},
|
|
{
|
|
"name": "monitoring-only",
|
|
"password_hash": "Joz9zzUBOrX10lB3GisWN5oTXK+wj0gxS/nyrfTYmBOuhps5",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": [
|
|
"monitoring"
|
|
],
|
|
"limits": {}
|
|
}
|
|
],
|
|
"vhosts": [
|
|
{
|
|
"name": "/"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"user": "guest",
|
|
"vhost": "/",
|
|
"configure": ".*",
|
|
"write": ".*",
|
|
"read": ".*"
|
|
},
|
|
{
|
|
"user": "management",
|
|
"vhost": "/",
|
|
"configure": ".*",
|
|
"write": ".*",
|
|
"read": ".*"
|
|
}
|
|
]
|
|
|
|
}
|