Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update identity-mapping.json #7516

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions identity-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@
}
},
"attributeUpdateCountLimit": {
"fullName": 5,
"gender": 2,
"dateOfBirth": 3
"fullName": 7,
"gender": 5,
"dateOfBirth": 5



Expand Down
4 changes: 4 additions & 0 deletions registration-processor-camel-routes-update-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@
<jsonpath suppressExceptions="true">$.[?(@['messageBusAddress']['address'] == 'abis-handler-bus-in')]</jsonpath>
<to uri="eventbus://abis-handler-bus-in" />
</when>
<when>
<jsonpath suppressExceptions="true">$.[?(@['messageBusAddress']['address'] == 'manual-adjudication-bus-in')]</jsonpath>
<to uri="eventbus://manual-adjudication-bus-in" />
</when>
<otherwise>
<to uri="eventbus://uin-generator-bus-in" />
</otherwise>
Expand Down
4 changes: 2 additions & 2 deletions registration-processor-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
mosip.regproc.health-check.handler-timeout=2000