Skip to main content

Resoto Protector Plugin

Project description

resoto-plugin-protector

Protector Plugin for Resoto

This plugin protects important resources from deletion by Resoto.

Usage

In resh execute

> config edit resoto.worker

and find the following section

plugin_protector:
  # Configuration for the plugin
  # See https://github.com/someengineering/resoto/tree/main/plugins/protector for syntax details
  config:
    aws:
      '110465657741':
        us-east-1:
          aws_ec2_instance:
            - 'i-0fcbe8974615bfd37'
  # Enable plugin?
  enabled: false

The format of the config section is as follows:

cloud.id:
  account.id:
    region.id:
      kind:
        - resource.id

Implementation details

Each Resoto resource has an attributed /metadata.protected which takes a boolean value. By default it is set to false. Each Resoto resource inherits BaseResource which contains two methods for cleaning up a resource, cleanup() and delete(). Both those methods will refuse to manipulate a resource once the protected attribute has been set to true. Meaning if a resource is marked as protected but has also been flagged for cleanup the cleanup will fail because protected resources cannot be deleted.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

resoto-plugin-protector-3.0.0rc3.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file resoto-plugin-protector-3.0.0rc3.tar.gz.

File metadata

File hashes

Hashes for resoto-plugin-protector-3.0.0rc3.tar.gz
Algorithm Hash digest
SHA256 44e574eadb2a850317947a92e1f300d2bf1dc355b96e29038c7a2787f48e9998
MD5 e0bd8f0ec302f4b15dcc1de5ab9e8221
BLAKE2b-256 110c30b9682d981be552abbd5d0ce4d3b19d1eef6b851290ec05f5a0d65c81c8

See more details on using hashes here.

File details

Details for the file resoto_plugin_protector-3.0.0rc3-py3-none-any.whl.

File metadata

File hashes

Hashes for resoto_plugin_protector-3.0.0rc3-py3-none-any.whl
Algorithm Hash digest
SHA256 65d3d44ad47a390e6e544a3c884e6bd75ff61cc9de29e8402f31c7ae71e9d5b9
MD5 f6641c158236c9e49d3afbd4aab11521
BLAKE2b-256 347a67f5ba02199f1e0a4e75ba65679f05a2b84d23fe596a753d30f2811664e3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page