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

Releases: cludden/mycro-secrets

v0.5.0

13 Apr 21:13

Choose a tag to compare

Changelog

Features
  • #10 makes the current vault token available as a secret at path mycro.secrets('vault.token')

v0.4.0

12 Apr 19:19

Choose a tag to compare

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

v0.3.2

12 Apr 19:09

Choose a tag to compare

Changelog

Bugfixes
  • #7 fixes issue with bad url building logic

v0.3.1

11 Feb 22:45

Choose a tag to compare

Changelog

Bugfixes
  • #7 fixes bad url building logic ( issue #6 )

v0.3.0

11 Feb 20:51

Choose a tag to compare

Changelog

Features
  • #5 adds support for additional headers applied to vault requests ( closes #4 )

v0.2.1

07 Feb 20:57

Choose a tag to compare

Changelog

Bugfixes
  • #3 fixes issue with secrets config throwing validation error for optional key logValidationErrors ( #2 )

v0.2.0

07 Feb 20:48

Choose a tag to compare

Changelog

Features
  • #1 updates the env key api to follow suite with the vault key api
  • #1 updates README