Skip to content

Commit 1ec31c1

Browse files
authored
Update driver-parameters.md
1 parent f4e3d54 commit 1ec31c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/driver-parameters.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ volumeAttributes.MSIEndpoint | MSI Endpoint | | No |
130130
volumeAttributes.AzureStorageSPNClientID | SPN Client ID | | No |
131131
volumeAttributes.AzureStorageSPNTenantID | SPN Tenant ID | | No |
132132
volumeAttributes.AzureStorageAADEndpoint | AADEndpoint | | No |
133-
--- | **Following parameters are only for feature: blobfuse [Workload Identity auth](https://github.com/Azure/azure-storage-fuse?tab=readme-ov-file#environment-variables)** | --- | --- |
134-
volumeAttributes.ClientID | clientid of the MI assigned as subject field on a Federated Identity Credential (FIC) on the App Registration | | No |
133+
--- | **Following parameters are only for feature: blobfuse [Workload Identity auth](../docs/workload-identity-static-pv-mount.md)** | --- | --- |
134+
volumeAttributes.ClientID | clientid of the managed identity assigned to the storage account | | No |
135+
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)
135136
--- | **Following parameters are only for feature: blobfuse read account key or SAS token from key vault** | --- | --- |
136137
volumeAttributes.keyVaultURL | Azure Key Vault DNS name | existing Azure Key Vault DNS name | No |
137138
volumeAttributes.keyVaultSecretName | Azure Key Vault secret name | existing Azure Key Vault secret name | No |

0 commit comments

Comments
 (0)