Metadata-Version: 2.1
Name: aws-hcs-cli
Version: 6.4.0
Summary: AWS CLI authenticator via ADFS - small command-line tool to authenticate via ADFS and assume chosen role
Keywords: aws,adfs,console,tool
Author: Venth
Author-email: artur.krysiak.warszawa@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: boto3 (>=1.24,<2.0)
Requires-Dist: botocore (>=1.23,<2.0)
Requires-Dist: click (>=8.0,<9.0)
Requires-Dist: configparser (==5.3.0)
Requires-Dist: fido2 (>=1.0,<2.0)
Requires-Dist: lxml (>=4.9,<5.0)
Requires-Dist: requests (>=2.27,<3.0)
Requires-Dist: requests-kerberos (>=0.14,<0.15) ; platform_system != "Windows"
Requires-Dist: requests-negotiate-sspi (>=0.5,<0.6) ; platform_system == "Windows"
Description-Content-Type: text/markdown

aws-hcs-cli
Python script for CLI and SDK access to AWS via ADFS while requiring MFA access using https://duo.com/

History and Purpose
Harman used to use "the Legendary" aws-adfs CLI tool to login to our AWS accounts. It worked great, especially the DUO 2FA support. Eventually, I decided to write my own similar tool but make it Harman-specific so that we could tailor it to our needs. Since this tool will be used by Harman employees only I had that option. I then morphed it a little more for our use cases.

DUO 2FA Requirements
In order for Duo 2FA to work properly Automatic Push needs to be enabled.

Installation
Python 3.6+ is recommended as python2 is EOL January 2020.
It is highly recommended to use an application like Pipx to install and use python cli applications.
Follow the pipx installation documentation then simply run pipx install aws-hcs-cli
Experimental Binaries are available on the releases page. These are new and in testing Releases
See the installation options For additional options page for step by step instructions for installing in various environments

