This repository has been archived on 2022-01-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2020-03-27 09:03:35 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
<vaultpass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="https://git.square-r00t.net/VaultPass/"
|
2020-03-29 01:43:57 -04:00
|
|
|
xsi:schemaLocation="https://git.square-r00t.net/VaultPass/ http://schema.xml.r00t2.io/projects/vaultpass.xsd">
|
|
|
|
|
<server>
|
2020-03-29 23:13:41 -04:00
|
|
|
<!-- Optional; defaults to http://localhost:8200/ -->
|
|
|
|
|
<uri>http://localhost:8200/</uri>
|
2020-03-29 01:43:57 -04:00
|
|
|
<!-- OPTIONAL! If an unseal shard is provided and the server is sealed, we will attempt
|
|
|
|
|
unsealing with the shard(s) provided. -->
|
|
|
|
|
<unseal>WU9VUiBVTlNFQUwgU0hBUkQgSEVSRQo=</unseal>
|
|
|
|
|
</server>
|
|
|
|
|
<authGpg>~/.vaultcreds.xml.gpg</authGpg>
|
2020-03-27 09:03:35 -04:00
|
|
|
</vaultpass>
|