This commit is contained in:
felixfontein 2024-05-10 15:39:47 +00:00
parent 7477390915
commit 6c9ff99689
2 changed files with 3 additions and 1 deletions

View File

@ -518,6 +518,7 @@ This export type export type writes all result files as a single tarball on the
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;env&quot;</span></code>:
Reads the secret from an environment variable on the target.</p>
<p>The environment variable must be named in <code class="ansible-option docutils literal notranslate"><strong><span><span class="pre">secrets[].env</span></span></strong></code>.</p>
<p>Note that this requires the Buildkit plugin to have version 0.6.0 or newer.</p>
</li>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;file&quot;</span></code>:
Reads the secret from a file on the target.</p>
@ -526,6 +527,7 @@ Reads the secret from a file on the target.</p>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;value&quot;</span></code>:
Provides the secret from a given value <code class="ansible-option docutils literal notranslate"><strong><span><span class="pre">secrets[].value</span></span></strong></code>.</p>
<p><strong>Note</strong> that the secret will be passed as an environment variable to <code class="docutils literal notranslate"><span class="pre">docker</span> <span class="pre">compose</span></code>. Use another mean of transport if you consider this not safe enough.</p>
<p>Note that this requires the Buildkit plugin to have version 0.6.0 or newer.</p>
</li>
</ul>
</div></td>

File diff suppressed because one or more lines are too long