Skip to content

Commit b8ff11b

Browse files
authored
add type reminder for volumeAttributes.mountWithWorkloadIdentityToken
1 parent 558e782 commit b8ff11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/driver-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ volumeAttributes.AzureStorageSPNTenantID | SPN Tenant ID | | No |
132132
volumeAttributes.AzureStorageAADEndpoint | AADEndpoint | | No |
133133
--- | **Following parameters are only for feature: blobfuse [Workload Identity auth](../docs/workload-identity-static-pv-mount.md)** | --- | --- |
134134
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)
135+
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)
136136
--- | **Following parameters are only for feature: blobfuse read account key or SAS token from key vault** | --- | --- |
137137
volumeAttributes.keyVaultURL | Azure Key Vault DNS name | existing Azure Key Vault DNS name | No |
138138
volumeAttributes.keyVaultSecretName | Azure Key Vault secret name | existing Azure Key Vault secret name | No |

0 commit comments

Comments
 (0)