adding config directory
·
18 commits
to master
since this release
A configuration directory can be filled with yaml files that will be read by vault-ctrl-tool.
Each of those files will be concatenated so some issues must be considered.
The main vault-config.yml
file set the version
and that cannot be change in one of the yaml in the config directory.
Vault-ctrl-tool will read the first depth in the config directory, so sub-directories will be ignored.