Skip to content

Commit

Permalink
Update driver-parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Sep 18, 2024
1 parent dce26c6 commit d545890
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/driver-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<details><summary>required permissions for CSI driver controller</summary>
<pre>
# assign the "storage account contributor" and "Storage Blob Data Contributor" roles to the CSI driver controller, it will provide permissions for the following actions:
# To grant permissions for following actions, you need to assign both "storage account contributor"
# and "Storage Blob Data Contributor" roles to the CSI driver controller.
Microsoft.Storage/storageAccounts/write
Microsoft.Storage/storageAccounts/read
Microsoft.Storage/storageAccounts/listKeys/action
Expand All @@ -12,6 +13,7 @@ Microsoft.Storage/storageAccounts/blobServices/containers/write
Microsoft.Storage/storageAccounts/blobServices/containers/read
Microsoft.Storage/storageAccounts/blobServices/containers/delete
Microsoft.Storage/operations/read

# this is only necessary if the driver creates the storage account with a private endpoint:
Microsoft.Network/virtualNetworks/subnets/write
Microsoft.Network/virtualNetworks/subnets/read
Expand Down

0 comments on commit d545890

Please sign in to comment.