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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for resoto-plugin-protector-3.4.2.tar.gz
Algorithm Hash digest
SHA256 e5b008892ccf2f55c1ed246d9d6fec3850cef75947fa68d5d7e24475d5e1ea1f
MD5 c6e8cb56c4396ac361c56bf94707f7a9
BLAKE2b-256 f4e08a00a010582d78cc201aa75e5ae2aedfd9fe8727d887df4800876d2ab295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resoto_plugin_protector-3.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c076a6799cbcd82f8e395e674e9983f2ced5b662ed224bf3b3538672b58897c
MD5 62c28ceff257b26cbd57374360cb0a71
BLAKE2b-256 71e84ad9ab2b2323f3bae247748b09344b8660cd9c6ef604f08e218ac760f620

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