Skip to main content

Schema Guard Rail

Project description

CloudFormation - Resource Schema Guard Rail

Apache 2.0 License Pull Request CI PyPI PyPI - Python Version

Notes

This is not a stable version (Beta), it's still under development

Overview

AWS CloudFormation Resource Schema Guard Rail is an open-source tool, which uses CloudFormation Guard policy-as-code evaluation engine to assess resource schema compliance. It validates json resource schemas against the AWS CloudFormation modeling best practices.

Contribute

See CONTRIBUTING for more information.

Rule Development

Read Guard Rail: Rule Development for more information on how to write resource schema rules.

How to use it?

Schema guard rail package has a built-in library of rules, that CloudFormation believe are the best practices that resource modelers should follow. It supports two types of evaluation - Basic Linting & Breaking Change;

Basic Linter (Stateless)

Linter works only with current version of resource schema and runs CloudFormation authored rules, which will highlight problematic schema constructs. A provider developers can run multiple independent schemas at once as well as attach custom rules.

In order to start using Basic Linting you need to run following command:

$ guard-rail --schema file://path-to-schema-1 --schema file://path-to-schema-2 --rule file://path-to-custom-ruleset1 --rule file://path-to-custom-ruleset2

List of Linting Rules

Breaking Change (Stateful)

Along with basic linting, guard rail supports capability of breaking change evaluation. Provider developer must provider two json objects - previous & current versions of the same resource schema. CloudFormation authored rules will be run and evaluation current version of the schema whether it is compliant or not.

In order to start using Basic Linting you need to run following command:

$ guard-rail --schema file://path-to-schema-1 --schema file://path-to-schema-2 --rule ... --stateful

List of Breaking Change Rules

*Additionally, you can specify format argument, which will produce a nicely formatted output.

How to install it locally?

Use following commands

Clone github repo

$ git clone git@github.com:aws-cloudformation/resource-schema-guard-rail.git

Create Virtual Environment & Activate

python3 -m venv env
source env/bin/activate

Install Package Locally from the root

pip install -e . -r requirements_dev.txt
pre-commit install

Run CI Locally

# run all hooks on all files, mirrors what the CI runs
pre-commit run --all-files

License

This project is licensed under the Apache-2.0 License.

Community

Join us on Discord! Connect & interact with CloudFormation developers & experts, find channels to discuss and get help for our CLI, cfn-lint, CloudFormation registry, StackSets, Guard and more:

Join our Discord

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

resource-schema-guard-rail-0.0.7.tar.gz (20.9 kB view details)

Uploaded Source

Built Distribution

resource_schema_guard_rail-0.0.7-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file resource-schema-guard-rail-0.0.7.tar.gz.

File metadata

File hashes

Hashes for resource-schema-guard-rail-0.0.7.tar.gz
Algorithm Hash digest
SHA256 7af4151bb1786780dd94952930326096f328b8dc50a20fc3f2b71e5ca0001979
MD5 2f36e2fd5450c65f55f0987d6484f5d7
BLAKE2b-256 4b8693057fb3e2afd21021c5149cc478dfb0f06f89efb0dd1f983e6b75617594

See more details on using hashes here.

File details

Details for the file resource_schema_guard_rail-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for resource_schema_guard_rail-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 04a89d35aa32daf36571e61a805cdbff6863076808b6ed2e73e726d5dc1131ad
MD5 a2825c3552da7f5d3ea80ce5d1a2119e
BLAKE2b-256 11f66c9001d71db30ecc7f15d31d66741a5f89ad2710c4b405bab895029ddd4c

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