Skip to main content

Resoto Tag Validator Plugin

Project description

resoto-plugin-tagvalidator

Tag Validator plugin for Resoto

This plugin validates the contents of expiration tags. With it you can enforce a max. expiration length for certain resources in an account. For instance you could have an org policy that says in our "dev" account compute instances are only allowed to exist for 2 days max. Then this plugin can ensure that the expiration tag on those instances is set to no more than 2 days. If it is set to e.g. 50h it would be corrected down to 48h.

Usage

In resh execute

> config edit resoto.worker

and find the following section

plugin_tagvalidator:
  # Configuration for the plugin
  # See https://github.com/someengineering/resoto/tree/main/plugins/tagvalidator for syntax details
  config:
    default:
      expiration: '24h'
    kinds:
      - 'aws_ec2_instance'
      - 'aws_vpc'
      - 'aws_cloudformation_stack'
      - 'aws_elb'
      - 'aws_alb'
      - 'aws_alb_target_group'
      - 'aws_eks_cluster'
      - 'aws_eks_nodegroup'
      - 'aws_ec2_nat_gateway'
    accounts:
      aws:
        '123465706934':
          name: 'eng-audit'
        '123479172032':
          name: 'eng-devprod'
        '123453451782':
          name: 'sales-lead-gen'
          expiration: '12h'
        '123415487488':
          name: 'sales-hosted-lead-gen'
          expiration: '8d'
  # Dry run
  dry_run: false
  # Enable plugin?
  enabled: false

Structure of the config section

The config contains a default section with the expiration that should be used for all accounts by default. The kinds section contains the list of kinds that these expiration tag rules apply to. The accounts section contain the cloud ids followed by the account ids. Each account id must contain a name and optionally an expiration that overwrites the global default.

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-tagvalidator-3.7.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file resoto-plugin-tagvalidator-3.7.0.tar.gz.

File metadata

File hashes

Hashes for resoto-plugin-tagvalidator-3.7.0.tar.gz
Algorithm Hash digest
SHA256 16ae19f9f0cd87c63fa160ebf480be28fe4b2bc67a42c2d263adaf6c11370d02
MD5 7ba1683a8fee0ab254bc01b273d97b45
BLAKE2b-256 e14f078641bca81bf5b3ce9e88afd4b03259ccf98344ef5122d9fb8691b5b459

See more details on using hashes here.

File details

Details for the file resoto_plugin_tagvalidator-3.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for resoto_plugin_tagvalidator-3.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f2c3d7d88894f3bfe4160f07363ffb4008affef1bad27f77718be4aa73165754
MD5 9cb91f0a84b0de803fe4ca4ccaf95c84
BLAKE2b-256 a20c0e7174f77bf9a11229579f8cf76c8043fe4f5666bc545efd62c3c4803375

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