Skip to content

Commit 0160ed0

Browse files
committed
add guest/guest user to def
1 parent 28a0537 commit 0160ed0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.rabbitmq/definitions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
"hashing_algorithm": "rabbit_password_hashing_sha256",
55
"name": "guest2",
66
"password_hash": "MElrQXVkgZpZ9XP+9xYCFxuAgJFCEs+0gO5GESJfhLhy2yCG"
7+
},
8+
{
9+
"hashing_algorithm": "rabbit_password_hashing_sha256",
10+
"limits": {},
11+
"name": "guest",
12+
"password_hash": "MElrQXVkgZpZ9XP+9xYCFxuAgJFCEs+0gO5GESJfhLhy2yCG",
13+
"tags": [
14+
"administrator"
15+
]
716
}
817
],
918
"permissions": [

0 commit comments

Comments
 (0)