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.0rc4.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for resoto-plugin-protector-3.0.0rc4.tar.gz
Algorithm Hash digest
SHA256 31762ec2ea0b81f0c559b2fa3d9a22604a17d6c137c1fb13ca2e9a92dbcce38e
MD5 36c00cbf53694c01ff7f00c7a8c3e539
BLAKE2b-256 8234766514b6e028d5a048e6734839a2f7937db772c574aee7a47772f82e4fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resoto_plugin_protector-3.0.0rc4-py3-none-any.whl
Algorithm Hash digest
SHA256 1f84c2af99be1a5754a1dae513b501d7f8ffbac4db0ed6fb4b82368d6f7a213e
MD5 656a10a6ac7f04607ff348ffd42455ca
BLAKE2b-256 395063ae55497969c38c5b68fec6e728ddde32482016cb904873a9e6cae81ac9

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