Metadata-Version: 2.1
Name: aws-lp
Version: 0.1.2
Summary: Tool for using AWS CLI with LastPass SAML
Home-page: https://github.com/omnibrian/aws-lp
Author: Brian LeBlanc
Author-email: bleblan2@unb.ca
License: GPLv3
Description: # aws-lp
        
        Tool for using AWS CLI with LastPass SAML.
        
        ## Usage
        
        You will need to look up your SAML configuration ID for the AWS role you wish to join. This is in the generated launch URL in the LastPass console, it will look something similar to `https://lastpass.com/saml/launch/cfg/25`. In this case, the configuration ID is `25`, enter this number when prompted during configuration of `aws-lp`.
        
        ```
        aws-lp --configure
        aws-lp
        ```
        
        You will be prompted for your password and multi-factor code if that is set up on your account. If the command succeeds you will be returned to a prompt with the role name at the start of the prompt showing that you have managed to successfully get credentials and they are now added to your environment variables.
        
Keywords: lastpass aws awscli boto3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
