Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-39136

Add isEncryptionNeeded command to mongocryptd

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.8
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Security 2019-02-11
    • 16

      Add a new command isEncryptionNeeded to mongocryptd. It should have the following IDL.

      commands:
          isEncryptionNeeded:
              description: "isEncryptionNeeded Command"
              namespace: ignored
              fields:
                jsonSchema:
                  description: "JSON Schema to check for encryption"
                  type: object
      

      It should return true if the JSON schema has an encrypt keyword.

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: