Skip to content

Commit

Permalink
Closes issue ratify-project#973
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
duffney authored Aug 24, 2023
1 parent 49adf7b commit c0250d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ resource "azurerm_key_vault_access_policy" "workload-identity" {
certificate_permissions = [
"Get"
]

secret_permissions = [
"Get"
]
}


Expand Down

0 comments on commit c0250d3

Please sign in to comment.