Skip to content

Commit

Permalink
secrets provider basic schema types + some initial code
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 20, 2023
1 parent fc12115 commit 0b91ead
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions infra/prism-impl/src/main/resources/xml/ns/public/types-3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,26 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="provider" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Identifier of secret provider implementation that should be used to obtain secret defined by key.
</xsd:documentation>
<xsd:appinfo>
<a:since>4.9</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="key" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Identifier of secret that provider will use to obtain secret value.
</xsd:documentation>
<xsd:appinfo>
<a:since>4.9</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand Down

0 comments on commit 0b91ead

Please sign in to comment.