Skip to content

Commit

Permalink
chore: update terraform AKV permissions (ratify-project#1024)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
duffney authored Aug 28, 2023
1 parent 65abd5d commit 954a607
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 954a607

Please sign in to comment.