File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
test/tools/unified-spec-runner Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ export interface ClientEncryptionEntity {
221
221
| UnnamedKMSProviders [ 'local' ]
222
222
| undefined ;
223
223
} ;
224
+ keyExpirationMS ?: number ;
224
225
} ;
225
226
}
226
227
Original file line number Diff line number Diff line change @@ -520,6 +520,7 @@ export async function createClientEncryption(
520
520
const {
521
521
keyVaultClient,
522
522
keyVaultNamespace,
523
+ keyExpirationMS,
523
524
kmsProviders : kmsProvidersFromTest
524
525
} = clientEncryptionOpts ;
525
526
@@ -571,6 +572,7 @@ export async function createClientEncryption(
571
572
keyVaultClient : clientEntity ,
572
573
kmsProviders,
573
574
keyVaultNamespace,
575
+ keyExpirationMS,
574
576
tlsOptions : parseTLSOptions ( )
575
577
} ;
576
578
You can’t perform that action at this time.
0 commit comments