cloudash icon indicating copy to clipboard operation
cloudash copied to clipboard

Support for AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY env vars

Open sebbel opened this issue 4 years ago • 2 comments

Right now, it is necessary to have a .aws/credentials file to run cloudash. It would be great, if cloudash could be started from the terminal with AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in the environment, so that I can choose my own way to populate those.

sebbel avatar Sep 24 '21 10:09 sebbel

This also came up for me today: I only have an ~/.aws/config file as all my credentials are provided via AWS SSO. I needed to create an empty credentials file to be able to get past this screen:

CleanShot 2022-07-07 at 16 22 17@2x

aidansteele avatar Jul 07 '22 06:07 aidansteele

@aidansteele thanks for reporting. Fix for that will be released in the next version.

mthenw avatar Sep 24 '22 22:09 mthenw

@sebbel your original request has been implemented in v1.18 https://github.com/cloudashdev/cloudash/releases/tag/1.18.0

mthenw avatar Oct 22 '22 22:10 mthenw