Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ resource msiMockRole 'Microsoft.Authorization/roleDefinitions@2022-04-01' = {
'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read'
'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write'
'Microsoft.ManagedIdentity/userAssignedIdentities/read'
'Microsoft.ManagedIdentity/userAssignedIdentities/assign/action'
'Microsoft.Network/loadBalancers/backendAddressPools/read'
'Microsoft.Network/loadBalancers/backendAddressPools/write'
'Microsoft.Network/loadBalancers/read'
Expand Down
1 change: 1 addition & 0 deletions dev-infrastructure/templates/mock-identities.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ resource msiCustomRole 'Microsoft.Authorization/roleDefinitions@2022-04-01' = {
'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read'
'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write'
'Microsoft.ManagedIdentity/userAssignedIdentities/read'
'Microsoft.ManagedIdentity/userAssignedIdentities/assign/action' // attach customer-provided MIs (e.g. ACR pull) to VMs via CAPZ
Comment thread
twolff-gh marked this conversation as resolved.
'Microsoft.Network/loadBalancers/backendAddressPools/read' // read backend address pools of LB to check if the backend address pool already exists
'Microsoft.Network/loadBalancers/backendAddressPools/write' // write backend address pools to LB
'Microsoft.Network/loadBalancers/read' // to check if LB exists or not before writing to it
Expand Down
1 change: 1 addition & 0 deletions dev-infrastructure/templates/mock-identity-roles.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource msiCustomRole 'Microsoft.Authorization/roleDefinitions@2022-04-01' = {
'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/read'
'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write'
'Microsoft.ManagedIdentity/userAssignedIdentities/read'
'Microsoft.ManagedIdentity/userAssignedIdentities/assign/action'
'Microsoft.Network/loadBalancers/backendAddressPools/read'
'Microsoft.Network/loadBalancers/backendAddressPools/write'
'Microsoft.Network/loadBalancers/read'
Expand Down