winebarrel / gcredstash

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

aws profile like credstash #5

Open dthauvin opened 7 years ago

dthauvin commented 7 years ago

Hi

Is this possible to add aws profile support like credstash ?

Thank you

best regards

kgaughan commented 3 years ago

This is already supported via environment variables, but I assume what you want is support via flags? If so, I've forked this project to kgaughan/gcredstash, and I intend on maintaining it there as the original maintainer is no longer active.

One of the things I'm planning to do is increase it's compatibility with credstash itself.

Also, I'm open to PRs, so if you've time to add the code to make the change, I'd appreciate it!