multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Read AWS IAM credentials from the environment #262

Closed moltar closed 2 years ago

moltar commented 2 years ago

This would simplify using data station in the environments where a role needs to be assumed.

E.g. I could run it like so:

aws-vault exec $MY_ENV_PROFILE -- open -a "DataStation Desktop CE"

And the app would have the correct credentials already in the environment.

If the app is using official AWS SDKs, then I think they already read from the env automatically.