diff --git a/identity-mapping.json b/identity-mapping.json index b72368c67b3..cad2b9c1349 100644 --- a/identity-mapping.json +++ b/identity-mapping.json @@ -164,9 +164,9 @@ } }, "attributeUpdateCountLimit": { - "fullName": 5, - "gender": 2, - "dateOfBirth": 3 + "fullName": 7, + "gender": 5, + "dateOfBirth": 5 diff --git a/registration-processor-camel-routes-update-default.xml b/registration-processor-camel-routes-update-default.xml index 733b5f8c969..27d4f6840bd 100644 --- a/registration-processor-camel-routes-update-default.xml +++ b/registration-processor-camel-routes-update-default.xml @@ -386,6 +386,10 @@ $.[?(@['messageBusAddress']['address'] == 'abis-handler-bus-in')] + + $.[?(@['messageBusAddress']['address'] == 'manual-adjudication-bus-in')] + + diff --git a/registration-processor-default.properties b/registration-processor-default.properties index 09c83318208..0cd79812b66 100644 --- a/registration-processor-default.properties +++ b/registration-processor-default.properties @@ -989,7 +989,7 @@ auth.server.admin.allowed.audience=mosip-regproc-client,mosip-admin-client,mosip mosip.regproc.cbeff-validation.mandatory.modalities=Right,Left,Left RingFinger,Left LittleFinger,Right RingFinger,Left Thumb,Left IndexFinger,Right IndexFinger,Right LittleFinger,Right MiddleFinger,Left MiddleFinger,Right Thumb,EXCEPTION_PHOTO #updated properties name with the prefix (mosip.regproc) mosip.regproc.landing.zone.account.name=landing-zone -mosip.regproc.landing.zone.type=ObjectStore +mosip.regproc.landing.zone.type=DMZServer mosip.regproc.landing.zone.fixed.delay.millisecs=120000 mosip.regproc.landing.zone.inital.delay.millisecs=120000 @@ -1000,4 +1000,4 @@ mosip.registration.processor.lostrid.max-registration-date-filter-interval=30 uingenerator.lost.packet.allowed.update.fields=phone,email,permanentAddress ##timeout in milliseconds for health check registrer -mosip.regproc.health-check.handler-timeout=2000 \ No newline at end of file +mosip.regproc.health-check.handler-timeout=2000