1
0
Fork 0
mirror of https://github.com/Luzifer/yaml-vault.git synced 2024-10-18 06:44:25 +00:00
yaml-vault is a small utility to import data from a YAML file to Vault or export keys from Vault into a YAML file
Find a file
Knut Ahlers b4574de797
Update dependencies, switch to dep for vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-01-09 16:20:41 +01:00
vendor Update dependencies, switch to dep for vendoring 2019-01-09 16:20:41 +01:00
.gitignore fix bug when reading path and key with same name 2016-07-11 17:43:43 +02:00
.repo-runner.yaml Switch build system 2018-04-24 13:43:38 +02:00
Gopkg.lock Update dependencies, switch to dep for vendoring 2019-01-09 16:20:41 +01:00
Gopkg.toml Update dependencies, switch to dep for vendoring 2019-01-09 16:20:41 +01:00
History.md prepare release v1.2.0 2018-04-24 13:46:43 +02:00
LICENSE Fix copyright, add new copyright, change README 2018-04-24 13:43:52 +02:00
main.go Improve code quality 2019-01-09 16:19:37 +01:00
Makefile Switch build system 2018-04-24 13:43:38 +02:00
README.md Fix copyright, add new copyright, change README 2018-04-24 13:43:52 +02:00

Go Report Card

Luzifer / yaml-vault

yaml-vault is a small utility to import data from a YAML file to Vault or export keys from Vault into a YAML file.

Usage

# cat vault.yaml
keys:
  - key: secret/integration/test
    values:
      bar: foo
      foo: bar

# yaml-vault --import -f vault.yaml

# vault read secret/integration/test
Key                     Value
---                     -----
refresh_interval        2592000
bar                     foo
foo                     bar