1
0
mirror of https://github.com/Luzifer/vault2env.git synced 2024-09-19 00:53:02 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
2fb748b87a
Rewrite obfuscator logic not to work line-based
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-12-01 00:32:07 +01:00
ccc42063b4
Update dependencies, fix linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-30 11:48:41 +01:00
a9a8b55775
Support json.Number data format
returned on some keys in Vault 1.13

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-04-08 18:55:53 +02:00
e16c0b1650
Switch to go modules support
Squashed commit of the following:

commit a3551c66844d738ebcb18a43aac0d5f0d2715bc7
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 14:34:57 2020 +0200

    Update repo-runner config

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 14fc9758af2430b682ed92be2f07d4a22b682c92
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 14:33:57 2020 +0200

    Add go modules support

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 470a445ff7a9cbaa32cfdcc3440050e407e59e1e
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 14:33:39 2020 +0200

    Remove old Gopkg dep management

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit d6f31b6d845aa26f860552bd7501f4f0f844f38b
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 14:25:49 2020 +0200

    Remove vendored libs

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-10-18 14:37:22 +02:00
6450bcb8a4
[#2] Implement obfuscation of secrets in output #3
closes #3, fixes #2
2018-11-28 20:25:11 +01:00
40f2cdc7d7
Fix: Reduce number of errors caused by empty transform set
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-21 14:25:39 +01:00
5df6933f3e
Add predefined transform sets
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-18 21:17:19 +01:00
2d64463bfb
Fix: Don't panic if a key is not existent
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-09-25 21:51:29 +02:00
b0c825098a
Fix: Do not try to access data on error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-08-07 15:36:42 +02:00
fa236753ec
Breaking: Move vault keys to parameters
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-04-21 21:31:46 +02:00
3d36311495
Breaking: Remove deprecated AppID authentication
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-04-21 20:05:53 +02:00
c6eee2ac53
Add transform feature to rename keys from Vault 2016-10-04 13:12:36 +02:00
d087e6ce83
Add support for AppRole authentication 2016-09-18 01:16:31 +02:00
c9d276aa27
If not specified use token from ~/.vault-token 2016-06-25 14:24:13 +02:00
3de326adc5
Fix: Remove program name from program args 2016-05-29 02:23:19 +02:00
faf04b84c8
Fix: Removed shadowing of variables (LINTER) 2016-05-29 02:21:29 +02:00
2fcf918296
Enable token auth 2016-05-29 02:17:04 +02:00
55a1666b22
Added command execution in addition to execution 2016-05-29 02:04:23 +02:00
60c6ef45b9
First version 2016-05-29 01:35:17 +02:00