Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pn-parent</relativePath>
</parent>
<artifactId>pn-delivery</artifactId>
<version>2.19.0</version>
<version>2.19.1-SNAPSHOT</version>
<name>pn-delivery</name>
<description>Receive new notifications and show internalNotification history</description>
<scm>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>it.pagopa.pn</groupId>
<artifactId>pn-lollipop-client</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>it.pagopa.pn</groupId>
Expand Down
1 change: 1 addition & 0 deletions scripts/aws/cfn/microservice-dev-cfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions scripts/aws/cfn/microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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_FIRST_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
Expand Down