chengpohi/edql

Ability to sign using local AWS credential file.

Closed this issue · 3 comments

arao commented

Associated with #3

AWS also provide a way where session credentials are saved in ~/.aws/credentials . Configuration can also be specified in ~/.aws/config . There is way to distinguish between different profiles using name, default being 'default' . It would be great if plugin can automatically read the credentials, given profile name.

ref: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html

@arao Hello, Thanks your response, I will take look at this, I will add this feature in next in version 1.7.1.

Also welcome other feedbacks

@arao the newest 1.7.1 version has released and add feature of aws credential connect, please check:

https://github.com/chengpohi/edql/wiki/EDQL:-Language-Specification#aws-iam-apikeyid-apikeysecret-and-apisessiontoken

arao commented

Thank you for you effort, it is working now.