adding some testing tools
This commit is contained in:
19
testing/test.config.xml
Normal file
19
testing/test.config.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<vaultpass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://git.square-r00t.net/VaultPass/"
|
||||
xsi:schemaLocation="https://git.square-r00t.net/VaultPass/ http://schema.xml.r00t2.io/projects/vaultpass.xsd">
|
||||
<server>
|
||||
<uri>http://localhost:8200/</uri>
|
||||
<unseal>WU9VUiBVTlNFQUwgU0hBUkQgSEVSRQo=</unseal>
|
||||
</server>
|
||||
<auth>
|
||||
<token/>
|
||||
</auth>
|
||||
<!--
|
||||
<mounts>
|
||||
<mount type="kv1">secret_legacy</mount>
|
||||
<mount type="kv2">secret</mount>
|
||||
<mount type="cubbyhole">cubbyhole</mount>
|
||||
</mounts>
|
||||
-->
|
||||
</vaultpass>
|
||||
Reference in New Issue
Block a user