Skip to content

Commit d5a1538

Browse files
committed
fixed blocking issues raised
1 parent c2f8651 commit d5a1538

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/aks/csi-secrets-store-identity-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An Azure AD workload identity (preview) is an identity used by an application ru
2222
2323
### Prerequisites
2424

25-
- You have installed the latest version of the `aks-preview` extension, version 0.5.102 or later. To learn more, see [How to install extensions][how-to-install-extensions].
25+
- Installed the latest version of the `aks-preview` extension, version 0.5.102 or later. To learn more, see [How to install extensions][how-to-install-extensions].
2626

2727
Azure AD workload identity (preview) is supported on both Windows and Linux clusters.
2828

@@ -62,7 +62,7 @@ Azure AD workload identity (preview) is supported on both Windows and Linux clus
6262
> If the URL is empty, verify you have installed the latest version of the `aks-preview` extension, version 0.5.102 or later. Also verify you've [enabled the
6363
> OIDC issuer][enable-oidc-issuer] (preview).
6464
65-
5. Establish a federated identity credential between the Azure AD application and the service account issuer and subject subject. Get the object ID of the Azure AD application. Update the values for `serviceAccountName` and `serviceAccountNamespace` with the Kubernetes service account name and its namespace.
65+
5. Establish a federated identity credential between the Azure AD application and the service account issuer and subject. Get the object ID of the Azure AD application. Update the values for `serviceAccountName` and `serviceAccountNamespace` with the Kubernetes service account name and its namespace.
6666
6767
```bash
6868
export APPLICATION_OBJECT_ID="$(az ad app show --id ${APPLICATION_CLIENT_ID} --query id -otsv)"

articles/aks/operator-best-practices-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ When pods request a security token from Azure Active Directory to access to an A
171171

172172
In the following example, a developer creates a pod that uses a managed identity to request access to Azure SQL Database:
173173

174-
![Pod identities allow a pod to automatically request access to other resources](media/operator-best-practices-identity/pod-identities.png)
174+
![Pod identities allow a pod to automatically request access to other resources.](media/operator-best-practices-identity/pod-identities.png)
175175

176176
1. Cluster operator creates a service account to map identities when pods request access to resources.
177177
1. The NMI server is deployed to relay any pod requests, along with the Azure Resource Provider, for access tokens to Azure AD.

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ metadata:
116116
EOF
117117
```
118118

119-
The following output resemble successful creation of the identity:
119+
The following output resembles successful creation of the identity:
120120

121121
```output
122122
Serviceaccount/workload-identity-sa created

articles/aks/workload-identity-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following table summarizes our migration or deployment recommendations for w
111111

112112
|Scenario |Description |
113113
|---------|------------|
114-
| New or existing cluster deployment [runs a supported version](#dependencies) of Azure Identity client library | No migration steps are required.<br> Sample deployment resources:<ul><li> [Deploy and configure workload identity on a new cluster][deploy-configure-workload-identity-new-cluster]</ul></li> <ul><li>[Tutorial: Use a workload identity with an application on AKS][tutorial-use-workload-identity] |
114+
| New or existing cluster deployment [runs a supported version](#dependencies) of Azure Identity client library | No migration steps are required.<br> Sample deployment resources:<br> - [Deploy and configure workload identity on a new cluster][deploy-configure-workload-identity-new-cluster]<br> - [Tutorial: Use a workload identity with an application on AKS][tutorial-use-workload-identity] |
115115
| New or existing cluster deployment [runs an unsupported version](#dependencies) of Azure Identity client library| Update container image to use a supported version of the Azure Identity SDK, or use the [migration sidecar][workload-identity-migration-sidecar]. |
116116

117117
## Next steps

0 commit comments

Comments
 (0)