Skip to content

Commit b0eaf25

Browse files
committed
Added controller.json file and updated the conf as per qa5-v3
1 parent 726bfb4 commit b0eaf25

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

application-default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mosip.regproc.status.service.url=http://regproc-status.regproc
4646
mosip.regproc.transaction.service.url=http://regproc-trans.regproc
4747
mosip.packet.receiver.url=http://regproc-group1.regproc
4848
mosip.websub.url=http://websub.websub
49-
mosip.consolidator.url=http://consolidator.websub
49+
mosip.consolidator.url=http://websub-consolidator.websub
5050
mosip.file.server.url=http://mosip-file-server.mosip-file-server
5151
mosip.ida.internal.url=http://ida-internal.ida
5252
mosip.ida.auth.url=http://ida-auth.ida

controller.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"@context": "https://w3id.org/security/v2",
3-
"id": "${mosipbox.public.url}/.well-known/controller.json",
4-
"assertionMethod": [
5-
"${mosipbox.public.url}/.well-known/public-key.json"
6-
]
2+
"@context": "https://w3id.org/security/v2",
3+
"id": "https://${mosip.api.public.host}/.well-known/controller.json",
4+
"assertionMethod": [
5+
"https://${mosip.api.public.host}/.well-known/public-key.json"
6+
]
77
}

print-default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ mosip.kernel.tokenid.length=36
7474

7575
## log level
7676
logging.level.root=INFO
77-
logging.level.io.mosip=INFO
77+
logging.level.io.mosip=DEBUG
7878
logging.level.io.mosip.kernel.auth.defaultadapter.filter=INFO
7979

8080
## tomcat access logs
@@ -122,4 +122,4 @@ mosip.print.crypto.p12.password=password@123
122122
mosip.print.crypto.p12.alias=partner
123123

124124
# verifiable credential
125-
mosip.print.verify.credentials.flag=false
125+
mosip.print.verify.credentials.flag=true

registration-processor-default.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ mosip.registration.processor.digital.signature.id=io.mosip.registration.processo
142142

143143
# Status for matched records in demo dedupe stage.
144144
# 'REJECTED' will automatically reject packets failed in demo dedupe. It will not be sent for manual verification.
145-
registration.processor.demodedupe.manual.adjudication.status=REJECTED
145+
registration.processor.demodedupe.manual.adjudication.status=PENDING
146146

147147
# Validate hostlisted devices
148148
DEVICEHOTLIST=${mosip.admin.hotlist.url}/v1/hotlist/status
@@ -509,7 +509,7 @@ mosip.regproc.camel.bridge.eventbus.kafka.poll.frequency=100
509509
#MosipVerticleAPIManager
510510
mosip.regproc.camel.bridge.eventbus.kafka.group.id=camel-bridge
511511
mosip.regproc.camelbridge.endpoint-prefix=eventbus://
512-
mosip.regproc.camelbridge.pause-settings=[{"ruleId" :"PAUSE","matchExpression": "$.tags[?(@['AGE_GROUP'] == 'ADULT'&& @['ID_OBJECT-residenceStatus'] == 'Foreigner')]","pauseFor": 180,"defaultResumeAction": "STOP_PROCESSING","fromAddress": "eventbus://packet-classifier-new-bus-out","ruleDescription" : "Non resident adult applicant packet"}],[{"ruleId" :"HOTLISTED_OPERATOR","matchExpression": "$.tags[?(@['HOTLISTED'] == 'operator')]","pauseFor": 432000,"defaultResumeAction": "STOP_PROCESSING","fromAddress": ".*","ruleDescription" : "Packet created by hotlisted operator"}]
512+
mosip.regproc.camelbridge.pause-settings=[{"ruleId" :"PAUSE","matchExpression": "$.tags[?(@['AGE_GROUP'] == 'ADULT'&& @['ID_OBJECT-residenceStatus'] == 'Foreigner')]","pauseFor": 180,"defaultResumeAction": "RESUME_PROCESSING","fromAddress": "eventbus://packet-classifier-new-bus-out","ruleDescription" : "Non resident adult applicant packet"}],[{"ruleId" :"HOTLISTED_OPERATOR","matchExpression": "$.tags[?(@['HOTLISTED'] == 'operator')]","pauseFor": 432000,"defaultResumeAction": "STOP_PROCESSING","fromAddress": ".*","ruleDescription" : "Packet created by hotlisted operator"}]
513513
## Securzone stage (NOTE: not used in V3, but need this for service to start)
514514
mosip.regproc.securezone.notification.eventbus.kafka.commit.type=single
515515
mosip.regproc.securezone.notification.eventbus.kafka.max.poll.records=100
@@ -847,7 +847,7 @@ mosip.regproc.packet.classifier.tagging.idobject-data-availability.availability-
847847

848848
## Mock Manual Verification Properties
849849
# Based on value of below parameter the packets are passed or rejected. Required values are [APPROVED or REJECTED]
850-
mock.mv.decision=REJECTED
850+
mock.mv.decision=APPROVED
851851

852852
# salt generation properties
853853
mosip.regproc.db.url=${javax.persistence.jdbc.url}

0 commit comments

Comments
 (0)