node-vault icon indicating copy to clipboard operation
node-vault copied to clipboard

Transit secret

Open wzalazar opened this issue 7 years ago • 3 comments

Hi, I'm trying implement Vault in my project. So, I need to implement transit secret. I don't find any example. Can you help me?

I leave the link about that, https://www.vaultproject.io/docs/secrets/transit/

Is it possible?

wzalazar avatar Nov 02 '17 20:11 wzalazar

There is an API for that, so it is possible. @kr1sp1n I would add a to-do label to it. BTW, any chance you could add me as a collaborator so I can manipulate and manage bugs, milestones and PRs? :) Obviously I won't do anything without the proper code reviews and stuff

DaniGuardiola avatar Jan 15 '18 14:01 DaniGuardiola

I opened this on accident and didn't really flesh out any schemas, but if somebody is interested: https://github.com/kr1sp1n/node-vault/pull/96

brandonros avatar Sep 24 '18 16:09 brandonros

is there support for the transit encrypt endpoints?

mkhraisha avatar Sep 08 '22 17:09 mkhraisha

@mkhraisha not atm, but feel free to PR this :) [ ps - take a look here #96 ]

Closing for now :)

aviadhahami avatar Nov 10 '22 16:11 aviadhahami

@mkhraisha not atm, but feel free to PR this :) [ ps - take a look here #96 ]

Closing for now :)

@wzalazar I see this PR: https://github.com/nodevault/node-vault/pull/115 that says it adds transit/database support. I have just validated it locally as well.

EvanTedesco avatar Nov 18 '22 18:11 EvanTedesco