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-2.4.2.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

resoto_plugin_protector-2.4.2-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file resoto-plugin-protector-2.4.2.tar.gz.

File metadata

File hashes

Hashes for resoto-plugin-protector-2.4.2.tar.gz
Algorithm Hash digest
SHA256 5eae851fb6a29a7a5180f2b1d058c5c17ae2fcf6425ce10aa69d1c91f7e0f07a
MD5 83da4d2827cb5bbd6b29f2e847f73c47
BLAKE2b-256 5eaca19a542eca4d33f37cfb5b60dbdb302c44fd8d465c1fd56abb7f548a69d5

See more details on using hashes here.

File details

Details for the file resoto_plugin_protector-2.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for resoto_plugin_protector-2.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e93fc20ad60ffef197f657102017dbcc7631025cd4f2cf1ba5af31aa67e50d20
MD5 edb76a868cc54871cb44f95435f0a737
BLAKE2b-256 c26e034ceb310b73199ba24817c69ed44eef9443cfac3d62c2882a52f8d368d2

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