/tokendito

Generate temporary AWS credentials via Okta.

Primary LanguagePythonOtherNOASSERTION

https://raw.githubusercontent.com/dowjones/tokendito/master/docs/tokendito.png

Generate temporary AWS credentials via Okta.

https://github.com/dowjones/tokendito/workflows/Test%2C%20Build%2C%20and%20Publish/badge.svg?branch=master https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%203.7%2C%203.8-blueviolet https://img.shields.io/badge/license-Apache%202.0-ff69b4 https://img.shields.io/badge/OS-Mac%2C%20Windows%2C%20Linux-9cf


https://raw.githubusercontent.com/dowjones/tokendito/master/docs/tokendito-scaled.gif

NOTE: Advanced users may shorten the tokendito interaction to a single command.

Use tokendito to generate temporary AWS credentials via Okta for programmatic authentication to AWS. Tokendito signs you in to Okta and uses your existing AWS integration to broker your SAML assertion into your AWS accounts, returning STS tokens into your local ~/.aws/credentials file.

Requirements

  • Python 2.7.10+
  • Your AWS account is federated in Okta

tokendito is compatible with both python 2 and 3, and can be installed with either pip or pip3.

Getting started

  1. Install (via PyPi): pip install tokendito
  2. Run tokendito --configure.
  3. Run tokendito.

Have multiple Okta tiles to switch between? View our multi-tile guide.

Tips, tricks, troubleshooting, examples, and more docs are here! Also, contributions are welcome!