diff --git a/src/domains/pay-wallet-app/api/webview-payment-wallet/v1/_openapi.json.tpl b/src/domains/pay-wallet-app/api/webview-payment-wallet/v1/_openapi.json.tpl index 361b2b21cc..d03b8e5ee3 100644 --- a/src/domains/pay-wallet-app/api/webview-payment-wallet/v1/_openapi.json.tpl +++ b/src/domains/pay-wallet-app/api/webview-payment-wallet/v1/_openapi.json.tpl @@ -559,7 +559,12 @@ 4, 7, 8, - 14 + 14, + 15, + 25, + 116, + 117, + 121 ] } }, diff --git a/src/next-core/06_node_forwarder.tf b/src/next-core/06_node_forwarder.tf index 6e27e677d3..ed0e1198d2 100644 --- a/src/next-core/06_node_forwarder.tf +++ b/src/next-core/06_node_forwarder.tf @@ -502,7 +502,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert" "opex_pagopa-node-forward location = var.location action { - action_group = [azurerm_monitor_action_group.email.id, azurerm_monitor_action_group.slack.id, azurerm_monitor_action_group.mo_email.id, azurerm_monitor_action_group.new_conn_srv_opsgenie[0].id, azurerm_monitor_action_group.infra_opsgenie.0.id] + action_group = [azurerm_monitor_action_group.email.id, azurerm_monitor_action_group.slack.id, azurerm_monitor_action_group.mo_email.id, azurerm_monitor_action_group.new_conn_srv_opsgenie[0].id] email_subject = "Email Header" custom_webhook_payload = "{}" }