From b8ff11bac384de63920cd2e7c2d1cde929dc18a6 Mon Sep 17 00:00:00 2001 From: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> Date: Sat, 29 Nov 2025 01:28:17 +0800 Subject: [PATCH] add type reminder for `volumeAttributes.mountWithWorkloadIdentityToken` --- docs/driver-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/driver-parameters.md b/docs/driver-parameters.md index 226f69976..e85d0b69e 100644 --- a/docs/driver-parameters.md +++ b/docs/driver-parameters.md @@ -132,7 +132,7 @@ volumeAttributes.AzureStorageSPNTenantID | SPN Tenant ID | | No | volumeAttributes.AzureStorageAADEndpoint | AADEndpoint | | No | --- | **Following parameters are only for feature: blobfuse [Workload Identity auth](../docs/workload-identity-static-pv-mount.md)** | --- | --- | volumeAttributes.ClientID | clientid of the managed identity assigned to the storage account | | No | -volumeAttributes.mountWithWorkloadIdentityToken (Preview) | indicates whether performing blobfuse mount with workload identity token | `true`,`false` | No | `false` (limitation: the workload identity token would expire after 24 hours, make sure the blobfuse volume would be remounted by your application before it expires) +volumeAttributes.mountWithWorkloadIdentityToken (Preview) | indicates whether performing blobfuse mount with workload identity token | `true`,`false` (use the type "string" instead of "bool") | No | `false` (limitation: the workload identity token would expire after 24 hours, make sure the blobfuse volume would be remounted by your application before it expires) --- | **Following parameters are only for feature: blobfuse read account key or SAS token from key vault** | --- | --- | volumeAttributes.keyVaultURL | Azure Key Vault DNS name | existing Azure Key Vault DNS name | No | volumeAttributes.keyVaultSecretName | Azure Key Vault secret name | existing Azure Key Vault secret name | No |