Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

v0.4.0

Choose a tag to compare

@cludden cludden released this 12 Apr 19:19
· 3 commits to master since this release

Changelog

Breaking Changes
  • #8 complete refactor in how this hook functions. more detail outlined below:

    This hook is now much more opinionated. We now require secret configurations to be stored in DynamoDB. This now allows this hook to operate without environment variables, instead relying on EC2 instance profiles. The config for the hook is now reduced to basic instructions for retrieving the proper config object from DynamoDB, and then using the config to contact vault. See updated README.md for more info