We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d22a22 commit 30b0611Copy full SHA for 30b0611
2 files changed
test/tools/unified-spec-runner/schema.ts
@@ -221,6 +221,7 @@ export interface ClientEncryptionEntity {
221
| UnnamedKMSProviders['local']
222
| undefined;
223
};
224
+ keyExpirationMS?: number;
225
226
}
227
test/tools/unified-spec-runner/unified-utils.ts
@@ -520,6 +520,7 @@ export async function createClientEncryption(
520
const {
521
keyVaultClient,
522
keyVaultNamespace,
523
+ keyExpirationMS,
524
kmsProviders: kmsProvidersFromTest
525
} = clientEncryptionOpts;
526
@@ -571,6 +572,7 @@ export async function createClientEncryption(
571
572
keyVaultClient: clientEntity,
573
kmsProviders,
574
575
576
tlsOptions: parseTLSOptions()
577
578
0 commit comments