Skip to content

Commit 094d088

Browse files
authored
Merge pull request #2513 from kubernetes-sigs/add-permission-pe
doc: add missing permission using PrivateEndpoint
2 parents 1f82e89 + 2d98dc0 commit 094d088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/driver-parameters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Microsoft.Storage/storageAccounts/write
1010
Microsoft.Storage/storageAccounts/listKeys/action
1111
Microsoft.Storage/operations/read
1212
# this is only necessary if the driver creates the storage account with a private endpoint:
13+
Microsoft.Network/virtualNetworks/join/action
14+
Microsoft.Network/virtualNetworks/subnets/join/action
1315
Microsoft.Network/virtualNetworks/subnets/write
1416
Microsoft.Network/virtualNetworks/subnets/read
1517
Microsoft.Network/virtualNetworks/subnets/*/read
@@ -22,6 +24,7 @@ Microsoft.Network/privateDnsZones/virtualNetworkLinks/read
2224
Microsoft.Network/privateDnsZones/read
2325
Microsoft.Network/privateDnsOperationStatuses/read
2426
Microsoft.Network/locations/operations/read
27+
Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action
2528
# this is only necessary if the subnet carrying the write permission has these additional resources configured:
2629
Microsoft.Network/serviceEndpointPolicies/join/action
2730
Microsoft.Network/natGateways/join/action

0 commit comments

Comments
 (0)