Metadata-Version: 2.1
Name: kms-vault
Version: 0.3.0
Summary: A simple pip installable library for encrypting secrets using the AWS key management service.
Home-page: https://github.com/hangarunderground/kms-vault
Author: Anthony Almarza
Author-email: anthony.almarza@gmail.com
License: MIT
Description: # kms-vault
        
        A simple pip installable library for encrypting secrets using the AWS key management service.
        
        ## Installation
        
        `pip install kms-vault`
        
        ## Usage
        
        * Log into AWS console.
        * Create a new IAM user. Or if you already have one make sure to create an access key for that user.
        * Stay in the IAM console and on the left there should be a link to `Encryption Keys`.
        * Once in the Encryption Keys section create a new key, make note fo the `Alias` you use.
        * Add the IAM user as an administrator on the encryption key.
        
        
Keywords: aws,kms,vault,secrets,encryption,security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown; charset=UTF-8
