Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: required env variable missing in ioweb-profile backend #700

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading