We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d23b6 commit 775e3ecCopy full SHA for 775e3ec
scripts/setup_addauth.sh
@@ -20,7 +20,7 @@ mongo --host mongo1:27017 <<EOF
20
{
21
user: "root",
22
pwd: "rootpassword",
23
- roles: [ { role: "userAdminAnyDatabase", db: "admin" } ]
+ roles: [ { role: "root", db: "admin" } ]
24
}
25
);
26
db.createUser(
0 commit comments