Skip to content

Commit

Permalink
add scopemap read permission for custom ACR role (Azure#845)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored and katherinelc321 committed Jan 30, 2025
1 parent e479e24 commit a2756cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-infrastructure/modules/acr/acr.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ resource tokenManagementRole 'Microsoft.Authorization/roleDefinitions@2022-04-01
'Microsoft.ContainerRegistry/registries/tokens/delete'
'Microsoft.ContainerRegistry/registries/generateCredentials/action'
'Microsoft.ContainerRegistry/registries/tokens/operationStatuses/read'
'Microsoft.ContainerRegistry/registries/scopeMaps/read'
]
}
]
Expand Down

0 comments on commit a2756cc

Please sign in to comment.