Skip to content

Commit

Permalink
fix: required env variable missing
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Oct 2, 2023
1 parent d8a67dc commit f4fbe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domains/ioweb-app/06_function_ioweb_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ locals {
// 1 hour
EXCHANGE_JWT_TTL = "3600"
MAGIC_LINK_JWE_PRIMARY_PRIVATE_KEY = azurerm_key_vault_secret.magic_link_jwe_private_key.value
MAGIC_LINK_JWE_PRIMARY_PUB_KEY = azurerm_key_vault_secret.magic_link_jwe_pub_key.value
MAGIC_LINK_JWE_ISSUER = local.function_JWT_issuer
MAGIC_LINK_BASE_URL = "https://ioapp.it/blocco-accesso/magic-link"
// TBD: more/less than 1 week?
Expand Down

0 comments on commit f4fbe8f

Please sign in to comment.