Arattian / DynamoDb-GUI-Client

DynamoDb GUI Client
MIT License
657 stars 77 forks source link

Ability to use .aws/credentials instead of typing in the keys #22

Open gevorggalstyan opened 5 years ago

gevorggalstyan commented 5 years ago

Is your feature request related to a problem? Please describe. It is frustrating to type/paste in your keys each time for each DB you want to connect.

Describe the solution you'd like Would be great if the app allowed to select a profile from .aws/credentials instead of typing in the keys. You usually have your credentials handy in the config files for AWS.

Additional context AWS credentials parser should probably populate the available profiles as a dropdown list.

subhi-chegg commented 5 years ago

+1 for this issue. Good work BTW

Java1Guy commented 5 years ago

+1 also because we use a central identity account and switch roles into the client account.

jcroucher commented 4 years ago

This would also fix the session token issue where "AWS_SESSION_TOKEN" is not able to be added to the connection.