Skip to content

Commit

Permalink
Use the System permission (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer authored Nov 1, 2024
1 parent 60eee81 commit 7d41875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/azure/registry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "azurerm_container_registry_scope_map" "acr_policy" {
container_registry_name = azurerm_container_registry.acr.name
resource_group_name = data.azurerm_resource_group.rg.name
actions = [
"*/content/read",
"repositories/*/content/read",
]
}

Expand Down

0 comments on commit 7d41875

Please sign in to comment.