-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
@bradygaster Apart from creating KVs, we should be able to use AVTS to interact with KV data. </Shameless plug> most of the code for this work is here: https://github.com/cmatskas/azure-keyvault-node/blob/master/kvservice.js. I could bring that service in and edit to fit our needs.
Suggested operations:
KV Instance
- Acquire KV client
Secret Operations
- Add secret
- Delete secret
- Get secret
Key Operations
- Add key
- Delete key
- Encrypt with key
- Decrypt with key
- Sign with key
Reactions are currently unavailable