This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/CHANGELOG.md
Rohith 8ae8745f51 - adding a authors file
- shifting to the v0.0.9-1 release
- updating the changelog and readme
2016-04-28 00:36:08 +01:00

1.5 KiB

Version v0.0.9-1

FEATURES
  • Adding the ability to perform environment variable substituted of the resource path i.e. -resource=secret:/secrets/%ENV%/myset : %ENV% will substituted

Version v0.0.9

FEATURES
  • Adding the ability to create random secrets via the create option

Version v0.0.8

FEATURES
  • Adding an exec option to the control set, the command is called whenever a change is made on the resource with a condfigurable timeout (default to 60s) -cn=secret:platform/secrets/se2:fmt=yaml,exec=tests/runme.sh,update=1s

Version v0.0.7

FEATURES
  • Adding the ability to the perform raw queries to vault, the formatting stays the same - a single data key 'content' is returned, example: -cn=raw:platform/pki/ca/pem:fmt=txt,file=ca

Version v0.0.6

FEATURES:
  • Fixed up a number of niggling issues
  • Added the bundle format to pki paths can write a bundle private and certificate file and a separate ca file
  • Added the env format which will create a environment variables file
  • Adding comma separated list as resource arguments comes in the form | i.e. -cn=pki:platform/pki/issue/example-dot-com:common_name=blah.example.com,alt_names='me.example.com|ted.example.com'
BREAKING CHANGES:
  • Note, because all params excluding the control options are passed as arguments to vault the arguments must be the same as those for vault, i.e. for pki cn -> common_name
BUGS:
  • Fixed the formatting of values in various formats, i.e. %!s(bool=true)