add ability to specify the mounts since the default policy doesn't expose them except for via the UI.

This commit is contained in:
2020-03-30 01:59:36 -04:00
parent 7e839f7058
commit 731e0b4ce8
4 changed files with 70 additions and 10 deletions

View File

@@ -10,4 +10,12 @@
<unseal>WU9VUiBVTlNFQUwgU0hBUkQgSEVSRQo=</unseal>
</server>
<authGpg>~/.vaultcreds.xml.gpg</authGpg>
<!-- Optional, but probably a *very* good idea if you don't have read/list access to /sys/mounts as you won't
be able to iterate through available mounts if not. -->
<!-- Default type if not specified is kv2. -->
<mounts>
<mount type="kv">secrets_legacy</mount>
<mount type="kv2">secrets</mount>
<mount type="cubbyhole">cubbyhole</mount>
</mounts>
</vaultpass>