dnxsso
Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials.
Do I need it?
Prerequisite
- Required AWS CLI v2
- Assume you have already setup AWS SSO for your organization
TL;DR
- Install latest from PyPI like so:
pip install dnxsso
- Do your per normal SSO login and, have at least one org-level SSO login session cache:
aws sso login --profile=dev
- To sync for all named profiles (e.g. dev, prod, stag, ...), then just:
dnxsso
- To sync default profile and all named profiles, do:
dnxsso --default
- To sync default profile only, do:
dnxsso --default-only
- To sync for selected named profile, do:
dnxsso -p dev
- To sync for multiple selected named profiles, do:
dnxsso -p dev prod
- To sync for default profile as well as multiple selected named profiles, do:
dnxsso --default -p dev prod
- To sync for all named profiles start with prefix pattern
lab*, do:
(zsh)
dnxsso -p 'lab*'
(bash)
dnxsso -p lab*
- To sync for all named profiles start with prefix pattern
lab*as well asdevandprod, do:
dnxsso -p 'lab*' dev prod
-
Use
-eflag if you want a temporary copy-paste-able time-gated access token for an instance or external machine. It usedefaultprofile if no additional arguments pass. The main use case is for those who usedefaultprofile, and would like to PIPE like thisaws sso login && dnxsso -e | pbcopy. Otherwise for named profile, dodnxsso -e -p dev.PLEASE USE THIS FEATURE WITH CARE SINCE ENVIRONMENT VARIABLES USED ON SHARED SYSTEMS CAN GIVE UNAUTHORIZED ACCESS TO PRIVATE RESOURCES:
dnxsso -e
export AWS_ACCESS_KEY_ID=xxx
export AWS_SECRET_ACCESS_KEY=xxx
export AWS_SESSION_TOKEN=xxx
- You can also use
dnxssosubcommandloginto SSO login then sync all in one go:
dnxsso login -h
dnxsso login
dnxsso login -e
dnxsso login --this
dnxsso login --profile dev
dnxsso login --profile dev --this
- Print help to see other options:
dnxsso -h
- Then, continue per normal with your daily tools. i.e.
cdk deploy ...terraform ...cw ls -p dev groupsawsbw -L -P dev
Develop
- Create virtual environment, activate it and then:
make install
make test
python -m dnxsso --trace version
- Create issue or pull request welcome
License
MIT License
Release files for dnxsso 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dnxsso-0.5.0.tar.gz | 9.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dnxsso-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.0 kB
Release files / dnxsso-0.5.0.tar.gz
| Download URL | dnxsso-0.5.0.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
13d9f1cdb9b577f895590eed5ef3c9a7d7aa969648a162d87dc8124c37f17f37
|
|
BLAKE2b-256 checksum How to use checksums |
ed702ba143a1694b8788199dfc4481d693afb937dfb54e2f434f53e6c991939a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / dnxsso-0.5.0-py3-none-any.whl
| Download URL | dnxsso-0.5.0-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
04f7af4f5c8c1ffe9918825e718ea776fb381a788ea025968a0280abade1f5e1
|
|
BLAKE2b-256 checksum How to use checksums |
bb8c36ca47ae1e761a024138c306d046244cf6d735c4beef5c6ee518284504ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|