chainguard-dev / cosign-ecs-verify

Lambda function for verifying signed images in ECS
Apache License 2.0
33 stars 7 forks source link

Simplify quickstart by providing a pubkey and signed/unsigned images #12

Closed znewman01 closed 2 years ago

znewman01 commented 2 years ago

Fixes #1 (well, except the fancy GIF).

Contains miscellaneous fixes/cleanups/docs, but the key changes:

This means that our quickstart is now (paraphrased): make sam_deploy && make tf_init && make_tf_apply, plus some instructions for checking that it worked.

The previous content and new instructions for configuration are now in the README below. Feel free to give copyediting/nitpicky feedback here!

znewman01 commented 2 years ago

@strongjz LMK if this looks good to you