You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure/README.md
+16-11
Original file line number
Diff line number
Diff line change
@@ -5,39 +5,44 @@ This plugin provides an integration with Azure Active Directory device flow. If
5
5
6
6
## Usage
7
7
8
-
1. Create an Azure native application following these [instructions](https://docs.microsoft.com/en-us/azure/active-directory/active-directory-app-registration)
8
+
1. Create an Azure Active Directory native application for `apiserver` following these [instructions](https://docs.microsoft.com/en-us/azure/active-directory/active-directory-app-registration)
9
9
10
-
Assign permissions to this application to access the `https://management.core.windows.net/"` audience.
10
+
2. Create a second Azure Active Directory native application for `kubectl`
11
11
12
-
2. Configure the `apiserver` to use the Azure Active Directory as an OIDC provider with following options
12
+
3. On `kubectl` application's configuration page in Azure portal grant permissions to `apiserver` application by clicking on *Required Permissions* then click the *Grant Permissions* button and introduce the ID of `apiserver` application
13
+
14
+
4. Configure the `apiserver` to use the Azure Active Directory as an OIDC provider with following options
* Replace `USER_NAME`, `APPLICATION_ID` and `TENANT_ID` with the values of the registered application.
36
+
* Replace `USER_NAME` and `TENANT_ID` with your user name and tenant ID
37
+
* Replace `APPLICATION_ID` with the application ID of your`kubectl` application ID
38
+
* Replace `APISERVER_APPLICATION_ID` with the application ID of your `apiserver` application ID
33
39
34
-
4. The access token is acquired when first `kubectl` command is executed
40
+
6. The access token is acquired when first `kubectl` command is executed
35
41
36
42
```
37
43
kubeclt get pods
38
44
39
45
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code DEC7D48GA to authenticate.
40
46
```
41
47
42
-
* After signing in a web browser, the tokens are stored in the configuration, which will be used when executing next commands.
43
-
48
+
* After signing in a web browser, the token is stored in the configuration, and it will be reused when executing next commands.
0 commit comments