Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>it.pagopa.pn.national.registries</groupId>
<artifactId>pn-national-registries</artifactId>
<version>2.3.1</version>
<version>2.3.2-SNAPSHOT</version>
<name>pn-national-registries</name>

<properties>
Expand Down
6 changes: 6 additions & 0 deletions scripts/aws/cfn/microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,11 @@ Parameters:
Type: String
Description: 'DLQ ARN for NationalRegistryGatewayInputs'

JavaToolOptions:
Default: ''
Type: String
Description: add system properties and other parameters to the JVM

Resources:

# PN-National-Registry microservice
Expand Down Expand Up @@ -449,6 +454,7 @@ Resources:
TaskRoleManagedPolicyArn: !Ref NationalRegistryMicroserviceTaskManagedPolicy
EcsLogGroup: !Ref EcsLogGroup
LogAlarmStrategyV1: !Ref LogAlarmStrategy
JavaToolOptions: !Ref JavaToolOptions

NationalRegistryMicroserviceTaskManagedPolicy:
Type: AWS::IAM::ManagedPolicy
Expand Down