Skip to content

Commit

Permalink
add scopemap read permission for custom ACR role (#845)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Nov 15, 2024
1 parent 7458cd9 commit 7e7da00
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 7e7da00

Please sign in to comment.