Metadata-Version: 2.1
Name: cinq-auditor-ebs
Version: 2.0.0
Summary: EBS Volume auditor
Home-page: https://github.com/RiotGames/cinq-auditor-ebs/
Author: Riot Games Security
Author-email: security@riotgames.com
License: License :: OSI Approved :: Apache Software License
Description: ****************
        cinq-auditor-ebs
        ****************
        
        Please open issues in the `Cloud-Inquisitor <https://github.com/RiotGames/cloud-inquisitor/issues/new?labels=cinq-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                                                     |
        +------------------------+-------------------------+--------+--------------------------------------------------------------------------------------------+
        | renotify_delay_days    | 14                      | int    | Send another notifications n days after the last                                           |
        +------------------------+-------------------------+--------+--------------------------------------------------------------------------------------------+
        | email_subject          | Unattached EBS Volumes  | string | JSON document with roles to push to accounts. See documentation for examples               |
        +------------------------+-------------------------+--------+--------------------------------------------------------------------------------------------+
        | ignore_tags            | cinq_ignore             | array  | A list of tags that will cause the auditor to ignore the volume                            |
        +------------------------+-------------------------+--------+--------------------------------------------------------------------------------------------+
        
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.5
Classifier: Programming Language :: Python :: 3.6
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
Provides-Extra: test
Provides-Extra: dev
