Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 2.08 KB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

..

0.4.0 - 2020-05-26

  • Add ability to configure STS signing region for AWS IAM auth method. #32

0.3.3 - 2020-01-09

  • Fixed bug where plugin couldn't handle reading secrets from multiple configs. #31

0.3.2 - 2019-12-06

  • Fixed bug where vault lease timer didn't run so client tokens weren't renewed. #29

0.3.1 - 2019-11-22

  • Added an option to ignore TTLs specified in Vault and force-read secrets #26

0.3.0 - 2019-11-20

  • Added Token Lookup option using TOKENS:<POLICY>,<POLICY>,... #23

0.2.0 - 2019-10-29

  • Added AWS Auth method #12
  • Fixed bug where secret lookup would fail after server restart #9

0.1.0 - 2019-10-22

  • Initial plugin release #0
  • Supports one Auth Method, direct Vault tokens #4