Compare commits
1 Commits
master
...
spec-resyn
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b520e39ccc |
@ -440,6 +440,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "should throw an exception if username provided (MONGODB-AWS)",
|
||||
"uri": "mongodb://user@localhost.com/?authMechanism=MONGODB-AWS",
|
||||
"valid": false
|
||||
},
|
||||
{
|
||||
"description": "should throw an exception if username and password provided (MONGODB-AWS)",
|
||||
"uri": "mongodb://user:pass@localhost.com/?authMechanism=MONGODB-AWS",
|
||||
"valid": false
|
||||
},
|
||||
{
|
||||
"description": "should throw an exception if AWS_SESSION_TOKEN provided (MONGODB-AWS)",
|
||||
"uri": "mongodb://localhost/?authMechanism=MONGODB-AWS&authMechanismProperties=AWS_SESSION_TOKEN:token",
|
||||
"valid": false
|
||||
},
|
||||
{
|
||||
"description": "should recognise the mechanism with test environment (MONGODB-OIDC)",
|
||||
"uri": "mongodb://localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:test",
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"bsonType": "object"
|
||||
}
|
||||
@ -554,7 +554,7 @@
|
||||
},
|
||||
{
|
||||
"name": "assertIndexNotExists",
|
||||
"object": "db",
|
||||
"object": "testRunner",
|
||||
"arguments": {
|
||||
"databaseName": "default",
|
||||
"collectionName": "encryptedCollection",
|
||||
|
||||
@ -108,7 +108,7 @@
|
||||
},
|
||||
{
|
||||
"name": "assertCollectionExists",
|
||||
"object": "coll",
|
||||
"object": "testRunner",
|
||||
"arguments": {
|
||||
"databaseName": "default",
|
||||
"collectionName": "encryptedCollection"
|
||||
@ -248,7 +248,7 @@
|
||||
},
|
||||
{
|
||||
"name": "assertIndexExists",
|
||||
"object": "coll",
|
||||
"object": "testRunner",
|
||||
"arguments": {
|
||||
"databaseName": "default",
|
||||
"collectionName": "encryptedCollection",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user