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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for resoto-plugin-protector-3.2.3.tar.gz
Algorithm Hash digest
SHA256 1fb33d9b838b6b4ad69b6487a153c1a0c8bbf3f468d94b4a5ef48a2c266d901c
MD5 89e3bf7884849303d7c31ad117be7ae8
BLAKE2b-256 ad7adab136c0749e3598d464507be3f128f49387d6853f0f13c6bf818831d50f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resoto_plugin_protector-3.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 17bf4be0b1ae6145d1dcda7209a12d8b22bf09c58a29c50e45ffe72ae33c9e3e
MD5 52e5cd48f27b2d7cb433ec0cf287b39f
BLAKE2b-256 2cf4f892a6f88afe9d9e74bb74c770b62b7dfdddb44e19f900c87dbb0c504129

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