Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-3970

Clarify CSFLE extra options behavior

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Unknown Unknown
    • None
    • None
    • Field Level Encryption
    • None

    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

      Attachments

        Activity

          People

            Unassigned Unassigned
            dmitry.lukyanov@mongodb.com Dmitry Lukyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: