We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a0537 commit 0160ed0Copy full SHA for 0160ed0
1 file changed
.rabbitmq/definitions.json
@@ -4,6 +4,15 @@
4
"hashing_algorithm": "rabbit_password_hashing_sha256",
5
"name": "guest2",
6
"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
+ ]
16
}
17
],
18
"permissions": [
0 commit comments