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

Deployed 0ff41a344 to main with MkDocs 1.6.1 and mike 1.2.0.dev0

moolen 8 месяцев назад
Родитель
Сommit
5d7923a211
4 измененных файлов с 24 добавлено и 2 удалено
  1. 2 1
      main/api/spec/index.html
  2. 22 1
      main/provider/github/index.html
  3. 0 0
      main/search/search_index.json
  4. BIN
      main/sitemap.xml.gz

+ 2 - 1
main/api/spec/index.html

@@ -12487,7 +12487,8 @@ GithubProvider
 </td>
 <td>
 <em>(Optional)</em>
-<p>Github configures this store to push Github Action secrets using Github API provider</p>
+<p>Github configures this store to push GitHub Action secrets using GitHub API provider.
+Note: This provider only supports write operations (PushSecret) and cannot fetch secrets from GitHub</p>
 </td>
 </tr>
 <tr>

+ 22 - 1
main/provider/github/index.html

@@ -2895,6 +2895,15 @@
     <nav class="md-nav" aria-label="GitHub">
       <ul class="md-nav__list">
         
+          <li class="md-nav__item">
+  <a href="#limitations" class="md-nav__link">
+    <span class="md-ellipsis">
+      Limitations
+    </span>
+  </a>
+  
+</li>
+        
           <li class="md-nav__item">
   <a href="#configuring-github-provider" class="md-nav__link">
     <span class="md-ellipsis">
@@ -4049,6 +4058,15 @@
     <nav class="md-nav" aria-label="GitHub">
       <ul class="md-nav__list">
         
+          <li class="md-nav__item">
+  <a href="#limitations" class="md-nav__link">
+    <span class="md-ellipsis">
+      Limitations
+    </span>
+  </a>
+  
+</li>
+        
           <li class="md-nav__item">
   <a href="#configuring-github-provider" class="md-nav__link">
     <span class="md-ellipsis">
@@ -4104,8 +4122,11 @@
 
 <h2 id="github">GitHub</h2>
 <p>External Secrets Operator integrates with GitHub to sync Kubernetes secrets with <a href="https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions">GitHub Actions secrets</a>.</p>
+<h3 id="limitations">Limitations</h3>
+<p>The GitHub provider is <strong>write-only</strong>, designed specifically to <strong>create and update</strong> GitHub Actions secrets using the
+<a href="https://docs.github.com/en/rest/actions/secrets">GitHub REST API</a>, and does not support <strong>fetching the secret values</strong>.</p>
 <h3 id="configuring-github-provider">Configuring Github provider</h3>
-<p>The GitHub API requires to install the ESO app to your GitHub organisation in order to use the Github provider features.</p>
+<p>The GitHub API requires to install the ESO app to your GitHub organisation in order to use the GitHub provider features.</p>
 <h3 id="configuring-the-secret-store">Configuring the secret store</h3>
 <p>Verify that <code>github</code> provider is listed in the <code>Kind=SecretStore</code>. The properties <code>appID</code>, <code>installationID</code>, <code>organization</code> are required to register the provider. In addition, authentication has to be provided.</p>
 <p>Optionally, to target <code>repository</code> and <code>environment</code> secrets, the fields <code>repository</code> and <code>environment</code> need also to be added.</p>

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


BIN
main/sitemap.xml.gz


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