Giter VIP home page Giter VIP logo

example-ecr-hook's Introduction

Stelligent::ECRExample::Hook

This is an example CloudFormation Hook that checks compliance against AWS::ECR::Repository resources.

What does it enforce?

  1. Repo Encryption is using KMS
  2. Images are scanned on push
  3. Image tags are immutable

When does it run?

This hook will run against all AWS::ECR::Repository resources at create or update.

Publishing and testing the hook

To package and publish the hook into your account run cfn submit --set-default.

Note the ARN of the generated hook, or gather it using aws cloudformation list-types

Finally, enable the hook to execute against stacks in the account by pushing up a type configuration. In this example, the hook executes against ALL stacks, but on errors will WARN. Set your hook ARN as appropriate.

export HOOK_TYPE_ARN=<your arn>
export HOOK_CONFIG=$(cat test/hook_configuration.json)
aws cloudformation set-type-configuration --configuration $HOOK_CONFIG --type-arn $HOOK_TYPE_ARN

# Execute a test with the example cfn template
aws cloudformation deploy --template-file test/ecr_test.yml --stack-name ecr-hook-test
# Review the stack events to see hook results
aws cloudformation describe-stack-events --stack-name ecr-hook-test
# Cleanup the test stack
aws cloudformation delete-stack --stack-name ecr-hook-test

Implementation

The hook schema is defined in stelligent-ecrexample-hook.json.

The hook implementation is contained in src/stelligent_ecrexample_hook/handlers.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.