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

Deployed 99a993936 to main with MkDocs 1.6.1 and mike 1.2.0.dev0

gusfcarvalho 1 год назад
Родитель
Сommit
0944784160
3 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      main/api/generator/quay/index.html
  2. 0 0
      main/search/search_index.json
  3. BIN
      main/sitemap.xml.gz

+ 1 - 1
main/api/generator/quay/index.html

@@ -3753,7 +3753,7 @@
 </tbody>
 </table>
 <h2 id="authentication">Authentication</h2>
-<p>To configure Robot Account federation, your cluster must have a publicly available <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery">OIDC service account issuer</a> endpoint for Quay to validate tokens against against. You can determine the issuer and subject fields by creating and decoding a service account token for the service account you wish to federate with (this is the service account you will use in <code>spec.serviceAccountRef</code>). For example, if federating with the <code>default</code> service account in the <code>default</code> namespace:</p>
+<p>To configure Robot Account federation, your cluster must have a publicly available <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery">OIDC service account issuer</a> endpoint for Quay to validate tokens against. You can determine the issuer and subject fields by creating and decoding a service account token for the service account you wish to federate with (this is the service account you will use in <code>spec.serviceAccountRef</code>). For example, if federating with the <code>default</code> service account in the <code>default</code> namespace:</p>
 <p>Obtain issuer:</p>
 <div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>create<span class="w"> </span>token<span class="w"> </span>default<span class="w"> </span>-n<span class="w"> </span>default<span class="w"> </span><span class="p">|</span><span class="w"> </span>cut<span class="w"> </span>-d<span class="w"> </span><span class="s1">&#39;.&#39;</span><span class="w"> </span>-f<span class="w"> </span><span class="m">2</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>sed<span class="w"> </span><span class="s1">&#39;s/[^=]$/&amp;==/&#39;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>base64<span class="w"> </span>-d<span class="w"> </span><span class="p">|</span><span class="w"> </span>jq<span class="w"> </span>-r<span class="w"> </span><span class="s1">&#39;.iss&#39;</span>
 </code></pre></div>

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


BIN
main/sitemap.xml.gz


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