Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Get temporary AWS CLI credentials via STS Assume Role w/ SAML using token retrieved via Enterprise Symantec VIP MFA login.

Notifications You must be signed in to change notification settings

dreamorosi/aws-cli-saml-headless-symantecvip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cli-saml-headless-symantecvip

Get temporary AWS CLI credentials via STS Assume Role w/ SAML using token retrieved via Enterprise Symantec VIP MFA login.

video thumbnail

Usage

$ aws-cli-saml <input>

Arguments
    help            Shows this help message.
    configure       Initiates configuration flow.

Options
    --role, -r      IAM Role name or arn to be used for authentication.

    --duration, -d  Duration of temporary credentials in seconds.

    --advanced      Presents additional settings during configuration flow.

    --verbose       Enables verbose logging for troubleshooting.

Examples
    $ aws-cli-saml
    $ aws-cli-saml --role my_role_name
    $ aws-cli-saml --role arn:aws:iam::123456789101:role/my_role_name
    $ aws-cli-saml --duration 10800

    $ aws-cli-saml configure
    $ aws-cli-saml configure --advanced

    $ aws-cli-saml --verbose

Further readings

About

Get temporary AWS CLI credentials via STS Assume Role w/ SAML using token retrieved via Enterprise Symantec VIP MFA login.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published