Write shell JS API for interacting with key vault

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.10
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Security 2019-03-25, Security 2019-04-08
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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 {}
      };
      

            Assignee:
            Shreyas Kalyan
            Reporter:
            Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: