Resync FLE spec tests and update docs for new QE protocol on 7.0. Add client side error for createEncryptedCollection on MongoDB < 7.0. KMS timeout errors should always have exc.timeout==True. PYTHON-3583 Drivers should not create the ECC collection in v2 of queryable encryption.
30 lines
556 B
JSON
30 lines
556 B
JSON
{
|
|
"fields": [
|
|
{
|
|
"keyId": {
|
|
"$binary": {
|
|
"base64": "EjRWeBI0mHYSNBI0VniQEg==",
|
|
"subType": "04"
|
|
}
|
|
},
|
|
"path": "encryptedIndexed",
|
|
"bsonType": "string",
|
|
"queries": {
|
|
"queryType": "equality",
|
|
"contention": {
|
|
"$numberLong": "0"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"keyId": {
|
|
"$binary": {
|
|
"base64": "q83vqxI0mHYSNBI0VniQEg==",
|
|
"subType": "04"
|
|
}
|
|
},
|
|
"path": "encryptedUnindexed",
|
|
"bsonType": "string"
|
|
}
|
|
]
|
|
} |