Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
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
Issue Links
- is documented by
-
DOCS-12595 Docs for SERVER-39895: Write shell JS API for interacting with key vault
-
- Closed
-