Releases: covermymeds/azure-key-vault-agent
v1.2.1
v1.2.0
v1.1.0
Changelog
e963dff Merge pull request #55 from chrisjohnson/command-line-flags
5e5c3b9 Change type for config file
de9f5ec Update to use flagenum for output format and better help text
c77b49c Make the text logs include the full timestamp
86148f4 Add support for --config/-c and --text-logs command line flags
197a3d2 Remove trailing newlines now that we use logrus
bdc1f91 Merge pull request #54 from chrisjohnson/logging
ea0b15f fix env.go logger and incorrect error chck in configparser
f9ef4a5 using logrus and panic control flow
v1.0.0
Changelog
376402c Merge pull request #52 from chrisjohnson/goreleaser
f6a71d6 seperate jobs for tags vs prs
b4f24a5 goreleaser github action
2927e84 Merge pull request #48 from chrisjohnson/config_watcher_bugfix
58da05e more elegant solution not requiring new watcher or waiting
3fe2fef fixing 2 bugs with config watcher
103ec51 Fix actual bugs
21a0af9 Merge pull request #44 from chrisjohnson/fix_config_watcher
973a922 remove logs
88774e0 vim will just register a rename event when writing so lets handle that
72d5e80 Merge pull request #43 from chrisjohnson/fix-multi-exec
a72fb2b Fix bad example config
c9c3815 Handle pre/post change commands to only execute once per batch
8934d0d Merge pull request #42 from chrisjohnson/fullchain_vars
cc80b0f fixing stupid variable names in fullChain helper
0448a11 Merge pull request #41 from chrisjohnson/full_chain_and_issuers_helpers
c52ec9a update readme
3fde326 creating distinct helpers for getting the full chain or just issuers
33b623c Merge pull request #36 from chrisjohnson/key_cert_parsing
5a93e00 helper return type as string
f5c7872 moving instantiation of chainPem to where it makes sense
8e343fc removing todo
40e0ca6 fixing slicing of issuers
1f243d3 refactoring into new package and removing unnecessary map from sorting
1a6ce68 initial pass as sorting trust chain
e43943b removing unnecessary log messages
58d8985 Merge pull request #35 from chrisjohnson/improve-readme
c915e27 Begin the README
ea83b48 adding back removed todo
6f7f75d fixing todo
8d532e9 implemented chain utility
2ef00e5 adding TODO
769db24 parsing pem and pkcs12 secrets into distinct pem encoded cert and key
88551cc pem private key from pkcs12
66c008e Merge pull request #34 from chrisjohnson/batch-workers
d160218 Few more small logging tweaks
581af2b Clean up logging
dbf944b sinkworker -> worker
af6c120 Update akva.yaml to make a functional demo
8206495 Update template rendering to include stubs for privateKey and cert
3e87b12 Init the maps
48adfb1 Refactor templateparser to give more context during template issues
6356ef1 Begin to refactor the sinkworker process to handle multi-resource multi-sink work batching
6211b06 Merge pull request #33 from chrisjohnson/input_validation_fix
9ff3bc2 fixing input validation required by new yaml structure
413602f Merge pull request #32 from chrisjohnson/refactor_config
42feb3a using better akva.yaml
69b5993 refactoring to use batched up workers
Initial working copy
This supports one-resource one-file workers. Tagging so we can start working on batched resource batched file workers