Skip to content

Commit

Permalink
Set owner to lowercase in blobstorage permissions condition (#963)
Browse files Browse the repository at this point in the history
Co-authored-by: tjololo <1145298+tjololo@users.noreply.github.com>
  • Loading branch information
tjololo and tjololo authored Sep 27, 2024
1 parent 2f7fb26 commit 35d9394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/products/azure_arm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ resource "azurerm_role_assignment" "product_readers_storage_blob_owner" {
${local.write_operations}
OR
(
@Resource[Microsoft.Storage/storageAccounts/blobServices/containers/blobs:path] StringStartsWith 'github.com/${local.configuration.admin.github.owner}/${lower(local.configuration.admin.github.repository)}/'
@Resource[Microsoft.Storage/storageAccounts/blobServices/containers/blobs:path] StringStartsWith 'github.com/${lower(local.configuration.admin.github.owner)}/${lower(local.configuration.admin.github.repository)}/'
)
)
EOT
Expand Down

0 comments on commit 35d9394

Please sign in to comment.