Closed dgreene-r7 closed 8 years ago
thanks @dgreene-r7 I will setup a new release ASAP
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"
@baweinbe can you open a new issue please?
just did :)
This PR implements the Transit secret backend.
There are no features or tests around the use of
derived
keys,convergent_encryption
, key derivationcontext
, andnonce
values. It is assumed that Vault will handle errors in calls when a named key is created with key derivation or convergent encryption and thencontext
andnonce
params are not specified on the request body.This makes some progress towards #84.