httpie-aws-auth icon indicating copy to clipboard operation
httpie-aws-auth copied to clipboard

Thoughts of using credentials file?

Open willieowens opened this issue 8 years ago • 2 comments

Have you thought about adding support for the credentials file, which you can control via the AWS_PROFILE environmental variable? I like using the credentials file as all my creds are in one place and I can easily change between them.

willieowens avatar Jan 25 '18 18:01 willieowens

Sounds like a good idea.

jkbrzt avatar Jan 26 '18 01:01 jkbrzt

If this plugin gets upgraded to use the newer requests plugin for AWS auth aws-requests-auth, then that has support for automatically gathering AWS credentials using botocore.

Upgrading to this requests plugin would also bring support for the newer SigV4 auth algorithm which AWS services are now using.

tleonhardt avatar Mar 16 '19 15:03 tleonhardt