Manage AWS session credentials
Project description
This python package provides a method for mfa-authenticated API access to AWS resources.
This tool is just one part of a larger setup that forces programmatic requests to the AWS API to be authenticated with multi-factor authentication. For details on how to configure IAM to forbid non-mfa-authenticated access to AWS resources, consult this AWS guide.
CLI Tool Setup
To install the aws-session-credentials CLI tool, simply install this package via pip:
pip install git+ssh://git@github.com/thumbtack/aws-session-credentials.git aws-session-credentials --help
This package is both Python2 and Python3 compliant and can be safely used in either environment.
An independent executable is also available on the GitHub releases page.
For details and examples on invoking the CLI tool, run aws-session-credentials --help.
Development
This repository is structured as a python package. When working on this project, it is recommended to install the package in development mode:
git clone git@github.com:thumbtack/aws-session-credentials.git pip install -e .
Running tests
Tests can be run with:
python -m unittest discover
Release tests are run against both a Python2 and Python3 environment, so it is recommended to locally test changes using both editions of Python.
Building pex executables
The pex project can be used to build an executable file for the CLI tool:
pip install pex pex . -m aws_session_credentials -o aws-session-credentials
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
Built Distribution
File details
Details for the file aws-session-credentials-0.1.5.tar.gz
.
File metadata
- Download URL: aws-session-credentials-0.1.5.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c0a7a6069949321b727ff98fbe8c49795c52b01af813ccdba23df8b396920f3 |
|
MD5 | 7e4d505aaa3b4c7d674ce26bfe345b70 |
|
BLAKE2b-256 | 6c3bf4b384a75d3153a47a9cd1c253e9267a4f5014dbaaa9d6950d8af0d5dbfa |
File details
Details for the file aws_session_credentials-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: aws_session_credentials-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ff94ea6b2cc1542c50718f9e93d1c62518b1edc7e33da7580b0e59a41bbfcea |
|
MD5 | bddd618cd96b659877208385fdd8a6b6 |
|
BLAKE2b-256 | d6fecc8bac40a6734e4c8b6f221c4e7a471058ad137aaf4c05df4a0f85d4a736 |