Skip to content

Releases: OIT-ADS-Web/vault-go

v0.2.2

10 Jun 10:51
Compare
Choose a tag to compare

v0.2.2 Slightly better message when vault secret path has no values

v0.2.1 - handle missing VAULT_ROLE_ID/VAULT_SECRET_ID properly

14 May 17:43
433df3b
Compare
Choose a tag to compare
Merge pull request #1 from OIT-ADS-Web/role_token_check_status_code

Check if the app role and secret are populated

v0.2.0

15 Mar 10:35
Compare
Choose a tag to compare

Breaking change: Fixes VAULT_PREFIX_SECRETS behavior. Default is NO prefix of env vars with name of JSON block.
BREAKING CHANGE: Also, now correctly handles non string values in vault, but converts them to string before placing into environment.

Use different var name for token from okd namespace

02 May 19:07
Compare
Choose a tag to compare
v0.1.14

work-around for fetchsecrets needing VaultToken specifically rather t…

fix parse of token from okd namespace vault login

02 May 17:51
Compare
Choose a tag to compare
v0.1.13

fixed issue parsing token from json response of okd namespace vault l…

Update order of token type attempts

01 May 18:26
Compare
Choose a tag to compare
v0.1.12

change precedence for obtaining vault tokens to okd namespace, app ro…

better handling of SKIP_VAULT

09 Mar 16:27
Compare
Choose a tag to compare

No Vault parameter is needed to call as library now. Essentially, it was an unused flag anyway.

v0.1.10

12 Feb 15:31
Compare
Choose a tag to compare

split vault_secret_path by semi-colon or comma since helm cli does not like variables with commas

more logging updates

18 Jan 14:06
Compare
Choose a tag to compare
v0.1.9

more logging updates

updated logging; write out .env

18 Jan 13:27
Compare
Choose a tag to compare
v0.1.8

clean up logging; wrap .env variable values in single quotes