diff --git a/pom.xml b/pom.xml
index 10026323a..578d2f9be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
../pn-parent
pn-delivery
- 2.19.0
+ 2.19.1-SNAPSHOT
pn-delivery
Receive new notifications and show internalNotification history
@@ -45,7 +45,7 @@
it.pagopa.pn
pn-lollipop-client
- 1.0.0
+ 1.0.1-RC.2
it.pagopa.pn
diff --git a/scripts/aws/cfn/microservice-dev-cfg.json b/scripts/aws/cfn/microservice-dev-cfg.json
index 4880133c2..b6ca41d3f 100644
--- a/scripts/aws/cfn/microservice-dev-cfg.json
+++ b/scripts/aws/cfn/microservice-dev-cfg.json
@@ -17,6 +17,7 @@
"MaxAttachmentsCount": "15",
"MaxRecipientsCount": "15",
"LollipopExpectedLcOriginalUrl": "^https://api-app.io.pagopa.it/api/v1/third-party-messages/[a-zA-Z0-9]{26}(:?/attachments/delivery/notifications/received/([A-Z]{4}-[A-Z]{4}-[A-Z]{4}-[0-9]{6}-[A-Z]-[0-9])/attachments/documents/[0-9])?(:?/attachments/delivery/notifications/received/([A-Z]{4}-[A-Z]{4}-[A-Z]{4}-[0-9]{6}-[A-Z]-[0-9])/attachments/payment/(F24|PAGOPA)(/?\\?attachmentIdx\\x3D\\d+))?$",
+ "LollipopExpectedLcOriginalMethod": "GET;POST",
"LollipopEnableConsumerLogging": "true",
"IsSendActiveDefaultValue": "true",
"PhysicalAddressValidationValue": "true",
diff --git a/scripts/aws/cfn/microservice.yml b/scripts/aws/cfn/microservice.yml
index 3ff871d57..10d878397 100644
--- a/scripts/aws/cfn/microservice.yml
+++ b/scripts/aws/cfn/microservice.yml
@@ -174,6 +174,10 @@ Parameters:
Type: String
Description: "expected lollipop consumer original url"
+ LollipopExpectedLcOriginalMethod:
+ Type: String
+ Description: "expected lollipop consumer original method (list separated by ;)"
+
LollipopEnableConsumerLogging:
Type: String
Description: "enable lollipop consumer logging"
@@ -762,6 +766,7 @@ Resources:
ContainerEnvEntry53: !Sub "PN_DELIVERY_NOTIFICATIONREFUSEDVERIFICATIONDAO_TABLENAME=${NotificationRefusedVerificationDynamoTableName}"
ContainerEnvEntry54: !Sub "SPRING_CLOUD_FUNCTIONROUTER_QUEUES_LIST=${Mandate2DeliveryQueueName},${PnNotificationRefusedQueueName}"
ContainerEnvEntry55: !Sub "PN_DELIVERY_PHYSICALADDRESSLOOKUPSTARTDATE=${PhysicalAddressLookupStartDate}"
+ ContainerEnvEntry56: !Sub "LOLLIPOP_EXPECTED_LC_ORIGINAL_METHOD=${LollipopExpectedLcOriginalMethod}"
ContainerSecret1: !Sub "ASSERTION_REST_SUBSCRIPTION_KEY=arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:pn-Delivery-Secrets:AssertionRestSubscriptionKey:AWSCURRENT:"
MicroServiceSecretPrefix: pn-Delivery-Secrets