Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docker/test/init-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ for MONGODB_PORT in ${TEST_MONGODB_S1_PRIMARY_PORT} ${TEST_MONGODB_S2_PRIMARY_PO
pwd: "'${TEST_MONGODB_ADMIN_PASSWORD}'",
roles: [
{ db: "admin", role: "root" }
],
authenticationRestrictions: [
{
clientSource: ["127.0.0.1"]
}
]
})' \
admin
Expand All @@ -148,11 +143,6 @@ for MONGODB_PORT in ${TEST_MONGODB_S1_PRIMARY_PORT} ${TEST_MONGODB_S2_PRIMARY_PO
{ db: "admin", role: "restore" },
{ db: "config", role: "read" },
{ db: "test", role: "readWrite" }
],
authenticationRestrictions: [
{
clientSource: ["127.0.0.1"]
}
]
})' \
admin
Expand Down