Skip to content

Commit

Permalink
deploy: 8e19a20
Browse files Browse the repository at this point in the history
  • Loading branch information
weinong committed Sep 13, 2023
1 parent 60a1666 commit e7073a7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions concepts/azure-arc.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ <h1 id="using-kubelogin-with-azure-arc"><a class="header" href="#using-kubelogin
</ol>
<p>These flags can be provided to either <code>kubelogin get-token</code> directly to get a PoP token, or to <code>kubelogin convert-kubeconfig</code> for <code>kubectl</code> to request the token internally. </p>
<p>PoP token requests only work with <code>interactive</code> and <code>spn</code> login modes; these flags will be ignored if provided for other login modes.</p>
<h2 id="aad-server-app"><a class="header" href="#aad-server-app">AAD Server App</a></h2>
<pre><code>applicationID: 6256c85f-0aad-4d50-b960-e6e9b21efe35
</code></pre>
<p>This is the application used by the server side. The access token needs to be issued for this app to access a 1P Arc-enabled cluster.</p>
<p>This server app ID is a required parameter for <a href="./login-modes/interactive.html"><code>web browser interactive</code></a> login mode supporting PoP token authentication.</p>
<h2 id="aad-client-app"><a class="header" href="#aad-client-app">AAD Client App</a></h2>
<pre><code>applicationID: 3f4439ff-e698-4d6d-84fe-09c9d574f06b
</code></pre>
<p>This is a 1P client application used by <code>kubelogin</code> to perform login on behalf of the user. It should be used for <a href="./login-modes/interactive.html"><code>web browser interactive</code></a> login mode when using PoP token authentication.</p>

</main>

Expand Down
9 changes: 9 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,15 @@ <h2 id="azure-kubernetes-service-aad-client"><a class="header" href="#azure-kube
</ol>
<p>These flags can be provided to either <code>kubelogin get-token</code> directly to get a PoP token, or to <code>kubelogin convert-kubeconfig</code> for <code>kubectl</code> to request the token internally. </p>
<p>PoP token requests only work with <code>interactive</code> and <code>spn</code> login modes; these flags will be ignored if provided for other login modes.</p>
<h2 id="aad-server-app"><a class="header" href="#aad-server-app">AAD Server App</a></h2>
<pre><code>applicationID: 6256c85f-0aad-4d50-b960-e6e9b21efe35
</code></pre>
<p>This is the application used by the server side. The access token needs to be issued for this app to access a 1P Arc-enabled cluster.</p>
<p>This server app ID is a required parameter for <a href="concepts/./login-modes/interactive.html"><code>web browser interactive</code></a> login mode supporting PoP token authentication.</p>
<h2 id="aad-client-app"><a class="header" href="#aad-client-app">AAD Client App</a></h2>
<pre><code>applicationID: 3f4439ff-e698-4d6d-84fe-09c9d574f06b
</code></pre>
<p>This is a 1P client application used by <code>kubelogin</code> to perform login on behalf of the user. It should be used for <a href="concepts/./login-modes/interactive.html"><code>web browser interactive</code></a> login mode when using PoP token authentication.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="command-line-tool"><a class="header" href="#command-line-tool">Command Line Tool</a></h1>
<p><code>kubelogin</code> command-line tool has following subcommands:</p>
<pre><code class="language-sh">kubelogin -h
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit e7073a7

Please sign in to comment.