Code Monkey home page Code Monkey logo

apply-aws-credentials-from-samlresponse's Introduction

About this Application

This application was built to copy the AWS credentials provided by logging into AWS using a SAML Response.

I found it very annoying to have to copy the credentials over every time, and thought it would be cool to do it with Node!

How to Use

Store your SAML Response in a Local File

First, you must store the SAML Response you obtained from logging in to a local log file, such as samlresponse.log

You can simply paste the SAML repsonse using vim samlresponse.log and it will create a new file for you as well.

vim samlresponse.log

(press CMD + V then :wq)

Provide Settings to the Application

This application requires you provide the your AWS account number, ARN role name, SAML provider name, SAML Response file location

You can provide settings by creating a .env file in the directory of execution, or providing the necessary information with flags in the cli.

Creating an .env File

First, create a .env file in this directory using vim or a text editor. In the .env file include the following information.

ACCNUM=<AWS account number>
ROLE=<AWS arn role name>
PROVIDER=<SAML provider name>
FILE=samlresponse.log
CONFIG_LOCATION=<location of aws config, defaults to .aws/credentials>
PROFILE=<profile name, will create new profile if not provided>

Using Flags

Prepare the following arguments for the command.

Required

--account-number <AWS account number> --role <AWS arn role name> --provider <SAML provider name>

Optional

--file <SAML Response text file> --config-location <location of aws config> -- <profile name>

Finally run the following command to login.

node lib/index.js <Flags>

OR

yarn apply <Flags>

apply-aws-credentials-from-samlresponse's People

Contributors

tronicboy1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.