Metadata-Version: 2.1
Name: probator-auditor-ebs
Version: 1.0.1
Summary: EBS Volume auditor
Home-page: https://github.com/bunjiboys/probator-auditor-ebs/
Author: Asbjorn Kjaer
Author-email: bunjiboys+probator@gmail.com
License: License :: OSI Approved :: Apache Software License
Description: # probator-auditor-ebs
        
        Please open issues in the [Probator](https://gitlab.com/probator/probator/issues/new?labels=auditor-ebs) repository
        
        ## Description
        
        This auditor validates that EBS volumes are tagged and can be configured to take corrective action, if required.
        
        ## Configuration Options
        
        | Option name       | Default Value             | Type      | Description                                                       |
        |-------------------|---------------------------|-----------|-------------------------------------------------------------------|
        | enabled           | False                     | bool      | Enable the EBS auditor                                            |
        | interval          | 1440                      | int       | How often the auditor runs, in minutes                            |
        | email\_subject    | Unattached EBS Volumes    | string    | Notification email subject                                        |
        | ignore\_tags      | probator:ignore           | array     | A list of tags that will cause the auditor to ignore the volume   |
        
        This project is based on the work for [Cloud Inquisitor](https://github.com/RiotGames/cloud-inquisitor) by Riot Games
        
Keywords: cloud security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Flask
Classifier: Framework :: Sphinx
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
