# Gimme AWS Creds
gimme-aws-creds is a CLI that utilizes an [Okta](https://www.okta.com/) IdP via SAML to acquire temporary AWS credentials via AWS STS.
Okta is a SAML identity provider (IdP), that can be easily set-up to do SSO to your AWS console. Okta does offer an [OSS java CLI]((https://github.com/oktadeveloper/okta-aws-cli-assume-role)) tool to obtain temporary AWS credentials, but we found it needs more information than the average Okta user would have and doesn’t scale well if you have more than one Okta App.
With gimme-aws-creds all you need to know is your username, password, Okta url and MFA token, if MFA is enabled. gimme-aws-creds gives you the option to select which Okta AWS application and role you want credentials for.
## Prerequisites
[Okta SAML integration to AWS using the AWS App](https://help.okta.com/en/prod/Content/Topics/Miscellaneous/References/OktaAWSMulti-AccountConfigurationGuide.pdf)
Python 3.7+
## Installation
This is a Python 3 project.
Install/Upgrade from PyPi:
`bash pip3 install --upgrade gimme-aws-creds `
Full usage guide is available at the [project page](https://github.com/Nike-Inc/gimme-aws-creds)
Release files for gimme-aws-creds 2.8.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gimme_aws_creds-2.8.2.tar.gz | 93.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gimme_aws_creds-2.8.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 154.8 kB
Release files / gimme_aws_creds-2.8.2.tar.gz
| Download URL | gimme_aws_creds-2.8.2.tar.gz |
|---|---|
| Size | 93.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12784f4b749617d7391bf2056373990277858dc9886328832b545e9e334f24d3
|
|
BLAKE2b-256 checksum How to use checksums |
63739e508d37d4d301f6a3811fdc0b0a076696de87f82ad8a81ec28c3e6befb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / gimme_aws_creds-2.8.2-py2.py3-none-any.whl
| Download URL | gimme_aws_creds-2.8.2-py2.py3-none-any.whl |
|---|---|
| Size | 61.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7bb01748e55b83a57042cdeec314e64da0caa36be50ce9de8fb7b4038cd90223
|
|
BLAKE2b-256 checksum How to use checksums |
410f209da91d2b6058362b568345e91365ac8828b7d89a0aafcf1ee2e9038ddc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|