Versent / unicreds

unicreds is a CLI which manages secrets in AWS using DynamoDB and KMS.
https://github.com/Versent/unicreds
MIT License
117 stars 39 forks source link

Fix passing encryption context for get all #59

Closed SonOfBytes closed 8 years ago

SonOfBytes commented 8 years ago

getall was not passing encryption contexts to decrypt functions so not listing available secrets. Also needed to handle secrets that the hmac could not be decrypted due to wrong encryption context.

tests added

wolfeidau commented 8 years ago

Thanks for taking the time to fix this up!