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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for resoto-plugin-protector-3.0.0a1.tar.gz
Algorithm Hash digest
SHA256 167435c76978cc631407ecc81aebacc39d857de7a5557354c71ca67f701aa51a
MD5 c161ef7505792af8e47619768b29a97a
BLAKE2b-256 1feacdfaa62677c6968257b77db9c0a911cd70b2043c3a6654ce4862d9b469a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resoto_plugin_protector-3.0.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b483e9dae93025039f8b6ba16ba28c99c7a786d4d51d73e11d9d47c985ca83b
MD5 24dddc6ea3e076fb6df8406dff155974
BLAKE2b-256 fe93a481099a5f172fc3cd0491061de75e90702a7435ff53e090a31ac3754bf5

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