kappa icon indicating copy to clipboard operation
kappa copied to clipboard

use aws-keychain for credentials

Open mbrannigan opened this issue 8 years ago • 7 comments

I don't usually write out my credentials into a credential file, but store them using aws-keychain. Would it be possible to have an option to not have profile mandatory?

mbrannigan avatar Sep 04 '16 05:09 mbrannigan

Yep it would. Do you mind whipping up a pull request for this? I'm not familiar with the aws-keychain.

josegonzalez avatar Sep 04 '16 06:09 josegonzalez

Wouldn't mind at all. Thanks!

mbrannigan avatar Sep 04 '16 06:09 mbrannigan

This would be good. I was annoyed that I have to put my credentials on a profile file, since I am already using awsam to manage different AWS accounts through ENV variables

wvidana avatar Jan 12 '17 16:01 wvidana

@woqer pull requests welcome.

josegonzalez avatar Jan 12 '17 16:01 josegonzalez

Not sure about aws-keychain, but this PR works for awsam and any other way in which boto takes credentials https://github.com/garnaat/kappa/pull/104 @josegonzalez

wvidana avatar Feb 05 '17 01:02 wvidana

do you think we could also use environment vars like (AWS_SECRET_ACCESS_KEY and AWS_SECRET_KEY_ID) instead of profile if available?

leoamigood avatar Feb 15 '17 00:02 leoamigood

Yes, that should work on the new release that got out recently

On Feb 14, 2017 6:22 PM, "Leo Amigood" [email protected] wrote:

do you think we could also use environment vars like (AWS_SECRET_ACCESS_KEY and AWS_SECRET_KEY_ID) instead of profile if available?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/garnaat/kappa/issues/84#issuecomment-279879724, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOLo_7VrY2HN6uL9zKFLBMOpR5cuPELks5rckU2gaJpZM4J0dzs .

wvidana avatar Feb 15 '17 00:02 wvidana