You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
#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