this is automatically generated and still under work, so ignore README.html
This commit is contained in:
parent
f4253736ba
commit
e23ef97057
5
.gitignore
vendored
5
.gitignore
vendored
@ -19,8 +19,5 @@ pkg/
|
|||||||
*.deb
|
*.deb
|
||||||
test.py
|
test.py
|
||||||
__pycache__/
|
__pycache__/
|
||||||
target/
|
|
||||||
test-output/
|
|
||||||
logs/
|
logs/
|
||||||
ldap.pass
|
docs/README.html
|
||||||
ldaprc
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<vaultpass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<vaultpass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns="https://git.square-r00t.net/VaultPass/"
|
xmlns="https://git.square-r00t.net/VaultPass/"
|
||||||
xsi:schemaLocation="https://git.square-r00t.net/VaultPass/ http://schema.xml.r00t2.io/projects/vaultpass.xsd"
|
xsi:schemaLocation="https://git.square-r00t.net/VaultPass/ http://schema.xml.r00t2.io/projects/vaultpass.xsd">
|
||||||
autoUnseal="true"
|
<server>
|
||||||
unsealShard="WU9VUiBVTlNFQUwgU0hBUkQgSEVSRQo=">
|
<!-- Optional; defaults to http://localhost:8000/ -->
|
||||||
<uri>https://localhost:8000/</uri>
|
<uri>http://localhost:8000/</uri>
|
||||||
<auth>
|
<!-- OPTIONAL! If an unseal shard is provided and the server is sealed, we will attempt
|
||||||
<token/>
|
unsealing with the shard(s) provided. -->
|
||||||
</auth>
|
<unseal>WU9VUiBVTlNFQUwgU0hBUkQgSEVSRQo=</unseal>
|
||||||
|
</server>
|
||||||
|
<authGpg>~/.vaultcreds.xml.gpg</authGpg>
|
||||||
</vaultpass>
|
</vaultpass>
|
||||||
|
Reference in New Issue
Block a user