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