Skip to content

prowe/electron-aws-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line AWS federated login

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.

Requirements

  • npm
  • Unix-ish OS (tested on mac)

Setup

  1. Clone this repo into the location of your choice
    git clone [email protected]:prowe/electron-aws-auth.git
  2. Run
    npm install

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published