auth shit and vaultpass XSD modifications

This commit is contained in:
brent s. 2020-03-27 14:43:49 -04:00
parent b7cbc3b268
commit 9bfbba30df
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<xs:complexType>
<xs:all>
<xs:element name="uri" type="t_std_uri" minOccurs="0" maxOccurs="1" default="http://localhost:8000/"/>
<xs:element name="auth" type="t_vaultpass_auth"/>
<xs:element name="auth" type="t_vaultpass_auth" minOccurs="1" maxOccurs="1"/>
</xs:all>
<xs:attribute name="autoUnseal" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="unsealShard" type="t_std_base64" use="optional"/>