[CSHARP-3970] Clarify CSFLE extra options behavior Created: 15/Nov/21  Updated: 31/Mar/22

Status: Backlog
Project: C# Driver
Component/s: Field Level Encryption
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Unknown
Reporter: Dmitry Lukyanov (Inactive) Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

In the scope of https://jira.mongodb.org/browse/SPEC-1469 (and https://jira.mongodb.org/browse/CSHARP-2796 ), it was added clarification of how extraOptions settings can be configured:

(which may be either in the form
"--idleShutdownTimeoutSecs=60" or as two consecutive arguments
["--idleShutdownTimeoutSecs", 60]

which allows specifying the same mongocryptd argument as 2 separate lines in the extraOptions. This requirement was missed. And the current implementation will fail due to assumption that each extraOption is placed in his own extraOptions item. We should consider whether we can change it now since it might be a BC


Generated at Wed Feb 07 21:46:49 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.