MFA for AWS CLI using SafeNet Trusted Access (STA)
Project description
sta-awscli
MFA for AWS CLI using SafeNet Trusted Access (STA)
This script allows using SafeNet Trusted Access (STA) IDP based authentication when working with AWSCLI. At the moment, the supported configuration is using Keycloak (https://www.keycloak.org) as an "agent" between STA and AWS, allowing us to support AWS with multiple accounts and roles. The script assumes STA and Keycloak are configured and working for SAML based access to AWS.
The script supports all STA authentication methods, including manual OTP, Push based OTP and GriDsure. GriDsure support is experimental and requires "tesseract" v4.0 and above to be installed on the host (https://tesseract-ocr.github.io/tessdoc/Installation.html).
Configuration
On first execution, the script will collect the required information to create a configuration file that is stored in the same path as the script itself. The configuration file includes:
- AWS Region
- Keycloak URL
- Keycloak version
- Keycloak Realm Name
- AWS application name in Keycloak
For example:
[config]
aws_region =
cloud_idp =
is_new_kc =
tenant_reference_id =
aws_app_name =
Usage
Once the configuration is created, a connection is established to STA through Keycloak and the user will be asked to provide a username, based on STA authentication policy, AD Password and OTP. If the user only has single token (MobilePASS+ or GriDsure) assigned, the authentication will be triggered automatically (Push for MobilePASS+ or the pattern grid presented for GriDsure). For auto triggered Push - the user can cancel the Push using CTRL+C to manually enter OTP. If the user has multiple tokens assigned, the user is aksed to provide an OTP, but still has the abbility to trigger Push ("p" or blank OTP) and GriDsure ("g").
After successful authentication, if a user has a single role assigned, an Access Token is generated and stored in .aws\credentials file. If the user has multiple roles assigned, the user is presented with the list of available roles to select the desired role and an Access Token is generated and stored.
Project details
Release history Release notifications | RSS feed
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 sta-awscli-2.0.1.tar.gz
.
File metadata
- Download URL: sta-awscli-2.0.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 895b7d125ea62a37df253d2c454eba419adadb65cb98788a491b6cb963a80366 |
|
MD5 | 522faefe1ce62af13d2b819495117840 |
|
BLAKE2b-256 | 5a7ffa032c38ede0b7c671e8b2b9b5433e4d26d25d052ba3263ab3deb9e2e0ce |
File details
Details for the file sta_awscli-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: sta_awscli-2.0.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a0f26fd3b5e3396d8667536984e10dfdd17b7e704e6c5f926ea8722f185142e |
|
MD5 | ba9c6e69e9b138747b6ba949b45f71ec |
|
BLAKE2b-256 | 078db1fda26644304f1d46b1f1b870b34c32e886d237666bd289ff993bca9202 |