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
2016-07-11 18:32:40 +02:00
Godeps add vendored dependencies 2016-07-11 16:57:04 +02:00
vendor add vendored dependencies 2016-07-11 16:57:04 +02:00
.gitignore fix bug when reading path and key with same name 2016-07-11 17:43:43 +02:00
.gobuilder.yml add version number in GoBuilder builds 2016-07-11 18:32:14 +02:00
History.md Prepared release v0.2.3 2016-07-11 18:32:40 +02:00
LICENSE add README / LICENSE 2016-07-11 17:07:03 +02:00
main.go fix replacing config with empty file 2016-07-11 18:18:03 +02:00
README.md add README / LICENSE 2016-07-11 17:07:03 +02:00

License: Apache v2.0

Jimdo / 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:
  secret/integration/test:
    bar: foo
    foo: bar

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

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