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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for resoto-plugin-protector-3.2.4.tar.gz
Algorithm Hash digest
SHA256 33022b31e9a7fe17f6e76a5fd446429ee9fa7b80251b76e8be6c90d517e227bc
MD5 b8e5a76618123a6d241cf6f1b76bec0e
BLAKE2b-256 6a6b3d5cfd60cb4cf3fcf9e58c49e03a898b1f1569da84f9732922c69cf1155c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resoto_plugin_protector-3.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ad20ba8407929d7d457bb7b02c9cd7754bef5bdf3b08d7d26f58ae77049c3aaf
MD5 8caa855a0e6bfb159f72101c42c51e5f
BLAKE2b-256 0cfff29bb7eba6f1289ccc7958c9c0f6740a5e836196324669e3726828bb228a

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