Versent / unicreds

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

Cannot use STS to assume a different role #71

Closed dcheney-atlassian closed 7 years ago

dcheney-atlassian commented 7 years ago

unicreds contains code to assume a different role via STS

https://github.com/Versent/unicreds/blob/master/aws_config.go#L19

But there is no non test code path that executes this code :(

dcheney-atlassian commented 7 years ago

I'm sorry, my tooling is faulty, for some reason it did not show

https://github.com/Versent/unicreds/blob/master/cmd/unicreds/main.go#L83