Skip to content

Releases: kmanning/vault_exec

hide log messages by default

24 Oct 20:54
86e90da
Compare
Choose a tag to compare
  • Re-enable log messages with -v option
  • See: #7

Send log messages to stderr

02 Aug 22:21
b4aa3fc
Compare
Choose a tag to compare
  • Allow the wrapped commands to pipe as normal, by routing any logging to stderr instead of stdout

Provide optional credentials duration

01 Aug 15:51
e8e1b7d
Compare
Choose a tag to compare
  • Allow the user to provide an optional credentials duration between renewals (export VAULT_CREDENTIALS_DURATION)
  • Default credentials duration is set to 1 hour.

Bug Fix and Improvements

01 Aug 14:53
Compare
Choose a tag to compare
  • BugFix: use GNU compliant date format
  • Show release version in the debug output
  • Track changes between releases