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: articles/aks/csi-secrets-store-driver.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,18 @@ author: nickomang
5
5
ms.author: nickoman
6
6
ms.service: container-service
7
7
ms.topic: how-to
8
-
ms.date: 4/26/2022
8
+
ms.date: 8/02/2022
9
9
ms.custom: template-how-to, devx-track-azurecli
10
10
---
11
11
12
12
# Use the Azure Key Vault Provider for Secrets Store CSI Driver in an AKS cluster
13
13
14
14
The Azure Key Vault Provider for Secrets Store CSI Driver allows for the integration of an Azure key vault as a secrets store with an Azure Kubernetes Service (AKS) cluster via a [CSI volume][kube-csi].
15
15
16
+
## Limitations
17
+
18
+
* A container using subPath volume mount will not receive secret updates when it is rotated. [See](https://secrets-store-csi-driver.sigs.k8s.io/known-limitations.html#secrets-not-rotated-when-using-subpath-volume-mount)
19
+
16
20
## Prerequisites
17
21
18
22
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
0 commit comments