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

Write shell JS API for interacting with key vault

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.1.10
    • None
    • None
    • None
    • Fully Compatible
    • Security 2019-03-25, Security 2019-04-08

    Description

      Write JS API to generate KMS keys, add/remove alt names, query keys, and delete keys

      Proposed API:

      class KeyStore {
          createKey(keyAltName : string[]) : any {}
          getKey(keyId : UUID) : any {}
          deleteKey(keyId : UUID) : void {}
          getKeys() : any[] {}
          addKeyAlternateName(keyId : UUID, keyAltName : string) : any {}
          removeKeyAlternateName(keyId : UUID, keyAltName : string) : any {}
      };
      

      Attachments

        Activity

          People

            shreyas.kalyan@mongodb.com Shreyas Kalyan
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: