Просмотр исходного кода

Deployed e764027d6 to main with MkDocs 1.6.1 and mike 1.2.0.dev0

Skarlso 1 неделя назад
Родитель
Сommit
f1566b1eb5
3 измененных файлов с 143 добавлено и 0 удалено
  1. 143 0
      main/api/spec/index.html
  2. 0 0
      main/search/search_index.json
  3. BIN
      main/sitemap.xml.gz

+ 143 - 0
main/api/spec/index.html

@@ -12937,6 +12937,135 @@ cache: {} is a valid option to set.</p>
 </tr>
 </tbody>
 </table>
+<h3 id="external-secrets.io/v1.OpenBaoAuth">OpenBaoAuth
+</h3>
+<p>
+(<em>Appears on:</em>
+<a href="#external-secrets.io/v1.OpenBaoProvider">OpenBaoProvider</a>)
+</p>
+<p>
+<p>OpenBaoAuth is the configuration used to authenticate with an OpenBao server.
+Currently only token-based authentication is supported via <code>tokenSecretRef</code>.
+Additional authentication methods are planned for future releases.</p>
+</p>
+<table>
+<thead>
+<tr>
+<th>Field</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>
+<code>tokenSecretRef</code></br>
+<em>
+<a href="https://pkg.go.dev/github.com/external-secrets/external-secrets/apis/meta/v1#SecretKeySelector">
+External Secrets meta/v1.SecretKeySelector
+</a>
+</em>
+</td>
+<td>
+<em>(Optional)</em>
+<p>TokenSecretRef authenticates with OpenBao by presenting a token.</p>
+</td>
+</tr>
+</tbody>
+</table>
+<h3 id="external-secrets.io/v1.OpenBaoKVStoreVersion">OpenBaoKVStoreVersion
+(<code>string</code> alias)</p></h3>
+<p>
+(<em>Appears on:</em>
+<a href="#external-secrets.io/v1.OpenBaoProvider">OpenBaoProvider</a>)
+</p>
+<p>
+<p>OpenBaoKVStoreVersion represents the version of the OpenBao KV secret engine.</p>
+</p>
+<table>
+<thead>
+<tr>
+<th>Value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody><tr><td><p>&#34;v1&#34;</p></td>
+<td></td>
+</tr><tr><td><p>&#34;v2&#34;</p></td>
+<td></td>
+</tr></tbody>
+</table>
+<h3 id="external-secrets.io/v1.OpenBaoProvider">OpenBaoProvider
+</h3>
+<p>
+(<em>Appears on:</em>
+<a href="#external-secrets.io/v1.SecretStoreProvider">SecretStoreProvider</a>)
+</p>
+<p>
+<p>OpenBaoProvider configures a store to sync secrets using an OpenBao KV backend.</p>
+</p>
+<table>
+<thead>
+<tr>
+<th>Field</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>
+<code>auth</code></br>
+<em>
+<a href="#external-secrets.io/v1.OpenBaoAuth">
+OpenBaoAuth
+</a>
+</em>
+</td>
+<td>
+<p>Auth configures how secret-manager authenticates with the OpenBao server.</p>
+</td>
+</tr>
+<tr>
+<td>
+<code>server</code></br>
+<em>
+string
+</em>
+</td>
+<td>
+<p>Server is the connection address for the OpenBao server, e.g: <code>https://openbao.example.com:8200</code>.</p>
+</td>
+</tr>
+<tr>
+<td>
+<code>path</code></br>
+<em>
+string
+</em>
+</td>
+<td>
+<em>(Optional)</em>
+<p>Path is the mount path of the OpenBao KV backend endpoint, e.g:
+&ldquo;secret&rdquo;. The v2 KV secret engine version specific &ldquo;/data&rdquo; path suffix
+for fetching secrets from OpenBao is optional and will be appended
+if not present in specified path.</p>
+</td>
+</tr>
+<tr>
+<td>
+<code>version</code></br>
+<em>
+<a href="#external-secrets.io/v1.OpenBaoKVStoreVersion">
+OpenBaoKVStoreVersion
+</a>
+</em>
+</td>
+<td>
+<p>Version is the OpenBao KV secret engine version. This can be either &ldquo;v1&rdquo; or
+&ldquo;v2&rdquo;. Version defaults to &ldquo;v2&rdquo;.</p>
+</td>
+</tr>
+</tbody>
+</table>
 <h3 id="external-secrets.io/v1.OracleAuth">OracleAuth
 </h3>
 <p>
@@ -15044,6 +15173,20 @@ NebiusMysteryboxProvider
 <p>NebiusMysterybox configures this store to sync secrets using NebiusMysterybox provider</p>
 </td>
 </tr>
+<tr>
+<td>
+<code>openBao</code></br>
+<em>
+<a href="#external-secrets.io/v1.OpenBaoProvider">
+OpenBaoProvider
+</a>
+</em>
+</td>
+<td>
+<em>(Optional)</em>
+<p>OpenBao configures this store to sync secrets using the OpenBao provider.</p>
+</td>
+</tr>
 </tbody>
 </table>
 <h3 id="external-secrets.io/v1.SecretStoreRef">SecretStoreRef

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
main/search/search_index.json


BIN
main/sitemap.xml.gz


Некоторые файлы не были показаны из-за большого количества измененных файлов