node-vault
node-vault copied to clipboard
Transit secret
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?
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
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
is there support for the transit encrypt endpoints?
@mkhraisha not atm, but feel free to PR this :) [ ps - take a look here #96 ]
Closing for now :)
@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.