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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
  - 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

About

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

License:Apache License 2.0


Languages

Language:Go 87.7%Language:Shell 12.3%