Skip to content

Commit 1007abe

Browse files
Merge pull request #230714 from Nickomang/aks-csi-ambiguity
Updated ambiguous headings
2 parents c404812 + 85d169b commit 1007abe

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ ms.custom: devx-track-azurecli
1010

1111
# Provide an identity to access the Azure Key Vault Provider for Secrets Store CSI Driver
1212

13-
The Secrets Store CSI Driver on Azure Kubernetes Service (AKS) provides a variety of methods of identity-based access to your Azure key vault. This article outlines these methods and how to use them to access your key vault and its contents from your AKS cluster. For more information, see [Use the Secrets Store CSI Driver][csi-secrets-store-driver].
13+
The Secrets Store CSI Driver on Azure Kubernetes Service (AKS) provides a variety of methods of identity-based access to your Azure key vault. This article outlines these methods and how to use them to access your key vault and its contents from your AKS cluster. For more information, see [Use the Secrets Store CSI Driver][csi-secrets-store-driver].
1414

15-
## Use Azure AD workload identity (preview)
15+
Currently, the following methods of access are available:
16+
17+
- Azure AD Workload identity (preview)
18+
- User-assigned managed identity
19+
20+
## Access with an Azure AD workload identity (preview)
1621

1722
An [Azure AD workload identity][workload-identity] is an identity used by an application running on a pod that can authenticate itself against other Azure services that support it, such as Storage or SQL. It integrates with the capabilities native to Kubernetes to federate with external identity providers. In this security model, the AKS cluster acts as token issuer where Azure Active Directory uses OpenID Connect to discover public signing keys and verify the authenticity of the service account token before exchanging it for an Azure AD token. Your workload can exchange a service account token projected to its volume for an Azure AD token using the Azure Identity client library using the Azure SDK or the Microsoft Authentication Library (MSAL).
1823

@@ -154,7 +159,7 @@ Azure AD workload identity (preview) is supported on both Windows and Linux clus
154159
EOF
155160
```
156161
157-
## Use the CSI Secret Store addon user-assigned managed identity
162+
## Access with a user-assigned managed identity
158163
159164
1. To access your key vault, you can use the user-assigned managed identity that you created when you [enabled a managed identity on your AKS cluster][use-managed-identity]:
160165

0 commit comments

Comments
 (0)