This project allows the use of AWS federated login to still obtain AWS access key / secrets for use in command line application and client code.
- npm
- Unix-ish OS (tested on mac)
- Clone this repo into the location of your choice
git clone [email protected]:prowe/electron-aws-auth.git
- Run
npm install
Run the following command from a bash prompt to open a window, log you in and place the AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN values into your current shell
source login-aws-dev.sh
Replace with the shell script for the AWS account you wish to login to.