codahale / sneaker

A tool for securely storing secrets on S3 using Amazon KMS.
Other
800 stars 34 forks source link

Update for changes to AWS Config #20

Closed dstnbrkr closed 8 years ago

dstnbrkr commented 8 years ago

Fixes codahale/sneaker#16 (s3 and kms service constructors now require a non-nil Session)

codahale commented 8 years ago

As with #17, I’ll merge this if you can get the tests to pass.

dstnbrkr commented 8 years ago

So the issue is that this project uses godeps but CI now runs go 1.7 which no longer has godeps - still testing options to resolve that (most likely just moving deps to vendor).

codahale commented 8 years ago

I have no attachment to godeps, so feel free to remove it.

dstnbrkr commented 8 years ago

...and finally, tests now pass for this change to fix #16. Thanks for sneaker, @codahale! We're big fans of it at Seed.