trailofbits / algo

Set up a personal VPN in the cloud
https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/
GNU Affero General Public License v3.0
28.65k stars 2.31k forks source link

Read AWS Credentials from ~/.aws/credentials file #1662

Open lewis262626 opened 4 years ago

lewis262626 commented 4 years ago

Currently you have to supply your AWS access key and secret key when setting up Algo. A better, and more user friendly solution would be to read from the AWS credentials file.

Describe the solution you'd like Algo should read from the AWS credentials file

Describe alternatives you've considered None

Additional context None

Thoughts welcome

tonymet commented 4 years ago

Another option is using the current EC2 instance role credentials -- that way no key & secret are needed.