Skip to main content

A tool that you can use to SSO and reload aws session in credentials file.

Project description

# AWS SAML Login Works cross platform (Win, Unix, MacOS) Was having a real hard time trying to get cli credentials via SAML SSO so thought about writing this small utility. I can run this daily every morning to get a 12 hour session for myself. Hope you’d find it interesting and useful.

Looking forward to contributions!!

## Prerequisites

Need to install * Chromedriver * Google Chrome * Python 2/3

Make sure all the above software are setup properly in PATH environment variable

## Executing

Add properties to your AWS credentials file

`ini [some-profile] saml_sso_url = <url you use for saml> saml_role_arn = <your iam role to assume> saml_principal_arn = <your saml app arn> saml_duration = <duration of session in seconds> `

Run `shell python -m aws-saml `

## Installation `pip install aws-cli-sso`

## Local development/testing * `pip install -r requirements.txt` * `python -m aws-saml`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-cli-sso-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

aws_cli_sso-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page