File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ const (
38
38
clientEncryptionProseDir = "../../data/client-side-encryption-prose"
39
39
deterministicAlgorithm = "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic"
40
40
randomAlgorithm = "AEAD_AES_256_CBC_HMAC_SHA_512-Random"
41
- kvNamespace = "admin .datakeys" // default namespace for the key vault collection
42
- keySubtype byte = 4 // expected subtype for data keys
43
- encryptedValueSubtype byte = 6 // expected subtypes for encrypted values
44
- cryptMaxBatchSizeBytes = 2097152 // max bytes in write batch when auto encryption is enabled
45
- maxBsonObjSize = 16777216 // max bytes in BSON object
41
+ kvNamespace = "keyvault .datakeys" // default namespace for the key vault collection
42
+ keySubtype byte = 4 // expected subtype for data keys
43
+ encryptedValueSubtype byte = 6 // expected subtypes for encrypted values
44
+ cryptMaxBatchSizeBytes = 2097152 // max bytes in write batch when auto encryption is enabled
45
+ maxBsonObjSize = 16777216 // max bytes in BSON object
46
46
)
47
47
48
48
func TestClientSideEncryptionProse (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments