|
|
@@ -8911,6 +8911,20 @@ ExternalSecretDecodingStrategy
|
|
|
<p>Used to define a decoding Strategy</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+<tr>
|
|
|
+<td>
|
|
|
+<code>nullBytePolicy</code></br>
|
|
|
+<em>
|
|
|
+<a href="#external-secrets.io/v1.ExternalSecretNullBytePolicy">
|
|
|
+ExternalSecretNullBytePolicy
|
|
|
+</a>
|
|
|
+</em>
|
|
|
+</td>
|
|
|
+<td>
|
|
|
+<em>(Optional)</em>
|
|
|
+<p>Controls how ESO handles fetched secret data containing NUL bytes for this source.</p>
|
|
|
+</td>
|
|
|
+</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<h3 id="external-secrets.io/v1.ExternalSecretDecodingStrategy">ExternalSecretDecodingStrategy
|
|
|
@@ -9062,6 +9076,20 @@ ExternalSecretDecodingStrategy
|
|
|
<p>Used to define a decoding Strategy</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+<tr>
|
|
|
+<td>
|
|
|
+<code>nullBytePolicy</code></br>
|
|
|
+<em>
|
|
|
+<a href="#external-secrets.io/v1.ExternalSecretNullBytePolicy">
|
|
|
+ExternalSecretNullBytePolicy
|
|
|
+</a>
|
|
|
+</em>
|
|
|
+</td>
|
|
|
+<td>
|
|
|
+<em>(Optional)</em>
|
|
|
+<p>Controls how ESO handles fetched secret data containing NUL bytes for this find source.</p>
|
|
|
+</td>
|
|
|
+</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<h3 id="external-secrets.io/v1.ExternalSecretMetadata">ExternalSecretMetadata
|
|
|
@@ -9129,6 +9157,31 @@ map[string]string
|
|
|
</td>
|
|
|
</tr></tbody>
|
|
|
</table>
|
|
|
+<h3 id="external-secrets.io/v1.ExternalSecretNullBytePolicy">ExternalSecretNullBytePolicy
|
|
|
+(<code>string</code> alias)</p></h3>
|
|
|
+<p>
|
|
|
+(<em>Appears on:</em>
|
|
|
+<a href="#external-secrets.io/v1.ExternalSecretDataRemoteRef">ExternalSecretDataRemoteRef</a>,
|
|
|
+<a href="#external-secrets.io/v1.ExternalSecretFind">ExternalSecretFind</a>)
|
|
|
+</p>
|
|
|
+<p>
|
|
|
+<p>ExternalSecretNullBytePolicy defines how fetched secret data containing NUL bytes should be handled.</p>
|
|
|
+</p>
|
|
|
+<table>
|
|
|
+<thead>
|
|
|
+<tr>
|
|
|
+<th>Value</th>
|
|
|
+<th>Description</th>
|
|
|
+</tr>
|
|
|
+</thead>
|
|
|
+<tbody><tr><td><p>"Fail"</p></td>
|
|
|
+<td><p>ExternalSecretNullBytePolicyFail fails reconciliation if fetched secret data contains NUL bytes.</p>
|
|
|
+</td>
|
|
|
+</tr><tr><td><p>"Ignore"</p></td>
|
|
|
+<td><p>ExternalSecretNullBytePolicyIgnore allows fetched secret data to contain NUL bytes.</p>
|
|
|
+</td>
|
|
|
+</tr></tbody>
|
|
|
+</table>
|
|
|
<h3 id="external-secrets.io/v1.ExternalSecretRefreshPolicy">ExternalSecretRefreshPolicy
|
|
|
(<code>string</code> alias)</p></h3>
|
|
|
<p>
|