winebarrel / gcredstash

gcredstash manages credentials using AWS Key Management Service (KMS) and DynamoDB.
Apache License 2.0
71 stars 24 forks source link

Handle string and binary encoded HMACs #7

Open dougneal opened 6 years ago

dougneal commented 6 years ago

Other implementations of Credstash can store the HMACs as binaries. Handle this case and decode as appropriate.

warroyo commented 6 years ago

any update on this? I am running into this issue now

martin-dodo-hartmann commented 5 years ago

Does anyone maintain this anymore? We recently ran into the same problem, which will get fixed with this PR.

kgaughan commented 3 years ago

@dougneal Your change looks to heavily overlap with the change in #12. Could you verify that they're exactly the same? I've forked this project at kgaughan/gcredstash with the hope of fixing various issues, modernising the build, and giving it an active maintainer again.