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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file resoto-plugin-protector-2.4.1.tar.gz
.
File metadata
- Download URL: resoto-plugin-protector-2.4.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 098b8a44a074f9ce1ad899e9c4244b87228c67dbd6573551ccc1b132b20a0f7f |
|
MD5 | 7dc6f0e664cb2369939eb6ac967decac |
|
BLAKE2b-256 | 71b153e157d81d58f3211b10ee51f6d08d0b9a228916d9456cc66f565baf200a |
File details
Details for the file resoto_plugin_protector-2.4.1-py3-none-any.whl
.
File metadata
- Download URL: resoto_plugin_protector-2.4.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e2d88cf96d02249ddd9a2ea3c050277fe174e34dd0ac6a15c637fec55988a63 |
|
MD5 | 59e93ebc279e170025dd04cd81fe0641 |
|
BLAKE2b-256 | fb80e23291f5cd9d285a0ebb41f7907e0a5022099da21760628c14eade6b09d0 |