|
@@ -2208,7 +2208,7 @@
|
|
|
<p>In some use cases, it might be impractical to bundle all sensitive information into a single secret, or even it is not possible to fully know a given secret name. In such cases, it is possible that a user might need to sync multiple secrets from an external provider into a single Kubernetes Secret. This is possible to be done in external-secrets with the <code>dataFrom.find</code> option.</p>
|
|
<p>In some use cases, it might be impractical to bundle all sensitive information into a single secret, or even it is not possible to fully know a given secret name. In such cases, it is possible that a user might need to sync multiple secrets from an external provider into a single Kubernetes Secret. This is possible to be done in external-secrets with the <code>dataFrom.find</code> option.</p>
|
|
|
<div class="admonition note">
|
|
<div class="admonition note">
|
|
|
<p class="admonition-title">Note</p>
|
|
<p class="admonition-title">Note</p>
|
|
|
-<p>The secret's contents as defined in the provider are going to be stored in the kubernetes secret as a single key. Currently, it possible to apply a decoding Strategy during a find operation, but only at the secret level (e.g. if a secret is a JSON with some B64 encoded data within, <code>decodingStrategy: Auto</code> would not decode it)</p>
|
|
|
|
|
|
|
+<p>The secret's contents as defined in the provider are going to be stored in the kubernetes secret as a single key. Currently, it's possible to apply a decoding Strategy during a find operation, but only at the secret level (e.g. if a secret is a JSON with some B64 encoded data within, <code>decodingStrategy: Auto</code> would not decode it)</p>
|
|
|
</div>
|
|
</div>
|
|
|
<h3 id="fetching-secrets-matching-a-given-name-pattern">Fetching secrets matching a given name pattern</h3>
|
|
<h3 id="fetching-secrets-matching-a-given-name-pattern">Fetching secrets matching a given name pattern</h3>
|
|
|
<p>To fetch multiple secrets matching a name pattern from a common SecretStore you can apply the following manifest:
|
|
<p>To fetch multiple secrets matching a name pattern from a common SecretStore you can apply the following manifest:
|