-
Notifications
You must be signed in to change notification settings - Fork 0
[IOPID-3164] Validation token check migration #526
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 630578f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOPID-3164 |
…n tokens table name to app settings
…e account connection string and new table name
…n tokens table name to environment configuration
3c19935
to
2b1fb3c
Compare
Tip ✅ All Terraform module locks are up to dateNo module changes detected - everything is in sync! 📋 Pre-commit Output Log
Generated on Thu Oct 16 08:15:21 UTC 2025 |
Tip ✅ All Terraform module locks are up to dateNo module changes detected - everything is in sync! 📋 Pre-commit Output Log
Generated on Thu Oct 16 11:04:15 UTC 2025 |
|
📖 Terraform Plan (infra/resources/prod) - successShow Plan # module.function_lv.azurerm_linux_function_app_slot.this[0] will be updated in-place
~ resource "azurerm_linux_function_app_slot" "this" {
id = "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-itn-auth-lv-rg-01/providers/Microsoft.Web/sites/io-p-itn-auth-lv-func-02/slots/staging"
name = "staging"
tags = {
"CostCenter" = "TS310 - PAGAMENTI & SERVIZI"
"CreatedBy" = "Terraform"
"Environment" = "Prod"
"ManagementTeam" = "IO Auth&Identity"
"ModuleName" = "azure_function_app"
"ModuleSource" = "DX"
"ModuleVersion" = "1.0.1"
"Owner" = "IO"
"Source" = "https://github.com/pagopa/io-auth-n-identity-domain/tree/main/infra/resources/prod"
}
# (32 unchanged attributes hidden)
~ site_config {
~ health_check_eviction_time_in_min = 0 -> 2
# (33 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# (1 unchanged block hidden)
}
# module.function_public.azurerm_linux_function_app.this will be updated in-place
~ resource "azurerm_linux_function_app" "this" {
~ app_settings = {
+ "MAINTENANCE_STORAGE_ACCOUNT_CONNECTION_STRING" = "@Microsoft.KeyVault(SecretUri=https://io-p-itn-auth-kv-01.vault.azure.net/secrets/maintenance-st-connection-string)"
+ "VALIDATION_TOKENS_TABLE_NAME" = "validationtokens01"
# (27 unchanged elements hidden)
}
id = "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-itn-auth-public-rg-01/providers/Microsoft.Web/sites/io-p-itn-auth-public-func-02"
name = "io-p-itn-auth-public-func-02"
tags = {
"CostCenter" = "TS310 - PAGAMENTI & SERVIZI"
"CreatedBy" = "Terraform"
"Environment" = "Prod"
"ManagementTeam" = "IO Auth&Identity"
"ModuleName" = "azure_function_app"
"ModuleSource" = "DX"
"ModuleVersion" = "1.0.1"
"Owner" = "IO"
"Source" = "https://github.com/pagopa/io-auth-n-identity-domain/tree/main/infra/resources/prod"
}
# (33 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.function_public.azurerm_linux_function_app_slot.this[0] will be updated in-place
~ resource "azurerm_linux_function_app_slot" "this" {
~ app_settings = {
+ "MAINTENANCE_STORAGE_ACCOUNT_CONNECTION_STRING" = "@Microsoft.KeyVault(SecretUri=https://io-p-itn-auth-kv-01.vault.azure.net/secrets/maintenance-st-connection-string)"
+ "VALIDATION_TOKENS_TABLE_NAME" = "validationtokens01"
# (28 unchanged elements hidden)
}
id = "/subscriptions/ec285037-c673-4f58-b594-d7c480da4e8b/resourceGroups/io-p-itn-auth-public-rg-01/providers/Microsoft.Web/sites/io-p-itn-auth-public-func-02/slots/staging"
name = "staging"
tags = {
"CostCenter" = "TS310 - PAGAMENTI & SERVIZI"
"CreatedBy" = "Terraform"
"Environment" = "Prod"
"ManagementTeam" = "IO Auth&Identity"
"ModuleName" = "azure_function_app"
"ModuleSource" = "DX"
"ModuleVersion" = "1.0.1"
"Owner" = "IO"
"Source" = "https://github.com/pagopa/io-auth-n-identity-domain/tree/main/infra/resources/prod"
}
# (31 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 3 to change, 0 to destroy. |
List of Changes
MAINTENANCE_STORAGE_ACCOUNT_CONNECTION_STRING
in function config and infraVALIDATION_TOKENS_TABLE_NAME
in function config and infraMotivation and Context
ITN Migration
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: