Skip to content

Commit

Permalink
Update the github app registration ID for permission to the key vault
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Sep 27, 2023
1 parent 4281121 commit 7790c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operations/template/key.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ resource "azurerm_key_vault" "key_storage" {
resource "azurerm_key_vault_access_policy" "allow_github_deployer" {
key_vault_id = azurerm_key_vault.key_storage.id
tenant_id = data.azurerm_client_config.current.tenant_id
object_id = "d59c2c86-de5e-41b7-a752-0869a73f5a60" //github app registration
# object_id = "d59c2c86-de5e-41b7-a752-0869a73f5a60" //github app registration
object_id = "f5feabe7-5d37-40ba-94f2-e5c0760b4561" //github app registration

secret_permissions = [
"Set",
Expand Down

0 comments on commit 7790c25

Please sign in to comment.