chiefy / vaulted

nodejs based wrapper for HashiCorp's Vault HTTP API
https://chiefy.github.io/vaulted
MIT License
47 stars 6 forks source link

Implement transit secret backend #93

Closed dgreene-r7 closed 8 years ago

dgreene-r7 commented 8 years ago

This PR implements the Transit secret backend.

There are no features or tests around the use of derived keys,convergent_encryption, key derivation context, and nonce values. It is assumed that Vault will handle errors in calls when a named key is created with key derivation or convergent encryption and then context and nonce params are not specified on the request body.

This makes some progress towards #84.

chiefy commented 8 years ago

thanks @dgreene-r7 I will setup a new release ASAP

baweinbe commented 6 years ago

It's not loading the routes for this functionality in api.js, so you get an error like: "Could not find endpoint: transit/datakey/plaintext/:id in API defintions"

chiefy commented 6 years ago

@baweinbe can you open a new issue please?

baweinbe commented 6 years ago

just did :)