Skip to content

Commit

Permalink
Merge pull request #143 from arnoldknott/dev
Browse files Browse the repository at this point in the history
refacotr: removes jwks database number from keyvault
  • Loading branch information
arnoldknott authored Dec 6, 2024
2 parents 9babf84 + ed98b82 commit 860a3f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions infrastructure/security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@ resource "azurerm_key_vault_secret" "redisArgs" {
key_vault_id = azurerm_key_vault.keyVault.id
}

resource "azurerm_key_vault_secret" "redisJwksDb" {
name = "redis-jwks-db"
value = 14
key_vault_id = azurerm_key_vault.keyVault.id
}

resource "azurerm_key_vault_secret" "redisSessionDb" {
name = "redis-session-db"
value = 15
Expand Down

0 comments on commit 860a3f7

Please sign in to comment.