Skip to content

Commit

Permalink
[#IOPID-2203] Remove unused variables from session-manager and `fn-…
Browse files Browse the repository at this point in the history
…public` (#1219)

Co-authored-by: Gabriele Mendolia <[email protected]>
  • Loading branch information
gquadrati and arcogabbo authored Oct 2, 2024
1 parent bc21691 commit ce7cccd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/domains/citizen-auth-app/08_session_manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ locals {
FF_FAST_LOGIN = "ALL"
LV_TEST_USERS = module.tests.test_users.all

# MITIGATION APP BUG EMAIL VALIDATION
IS_SPID_EMAIL_PERSISTENCE_ENABLED = "false"

# IOLOGIN redirect
FF_IOLOGIN = "BETA"
IOLOGIN_TEST_USERS = data.azurerm_key_vault_secret.session_manager_IOLOGIN_TEST_USERS.value
Expand Down
2 changes: 0 additions & 2 deletions src/domains/functions/function_public.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ locals {
FETCH_KEEPALIVE_TIMEOUT = "60000"

# UNIQUE EMAIL ENFORCEMENT
FF_UNIQUE_EMAIL_ENFORCEMENT = "ALL"
UNIQUE_EMAIL_ENFORCEMENT_USERS = jsonencode(split(",", data.azurerm_key_vault_secret.app_backend_UNIQUE_EMAIL_ENFORCEMENT_USER.value))
PROFILE_EMAIL_STORAGE_CONNECTION_STRING = data.azurerm_storage_account.citizen_auth_common.primary_connection_string
PROFILE_EMAIL_STORAGE_TABLE_NAME = "profileEmails"

Expand Down

0 comments on commit ce7cccd

Please sign in to comment.