Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend KeyVault functionality #25

Open
cmatskas opened this issue Jan 16, 2017 · 3 comments
Open

Extend KeyVault functionality #25

cmatskas opened this issue Jan 16, 2017 · 3 comments
Assignees
Milestone

Comments

@cmatskas
Copy link
Collaborator

@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
@bradygaster-zz
Copy link
Owner

Looks like you've done most of the back-end for this in your code from the post. Adding to the 1.2.0 milestone to follow up on the last set of work. then we'll tackle document db.

@bradygaster-zz bradygaster-zz added this to the 1.2.0 milestone Jan 16, 2017
@bradygaster-zz bradygaster-zz modified the milestones: 1.2.0, 1.3.0 Jan 28, 2017
@bradygaster-zz
Copy link
Owner

@cmatskas i think this would be great to see pop in an upcoming release. changing the milestone to push it out since it won't make it for 1.2.0. Any ETA on the list of features you outlined in this issue?

@cmatskas
Copy link
Collaborator Author

Yes. This is earmarked for this week! It will be integrated as a whole :) Are you ok to do the UI work? I'm not sure how we can make it happen or if at all possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants