resyncing specs 10-13-2025
This commit is contained in:
parent
6a796c8668
commit
9c7946d82d
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user