@@ -26,7 +26,7 @@ mosip.idrepo.db.vid.db-name=mosip_idmap
26
26
mosip.idrepo.db.vid.username =idmapuser
27
27
mosip.idrepo.db.vid.password =${db.dbuser.password}
28
28
mosip.idrepo.objectstore.account-name =idrepo
29
- mosip.idrepo.objectstore.bucket-name =qa-1201-test- idrepo
29
+ mosip.idrepo.objectstore.bucket-name =idrepo
30
30
mosip.idrepo.objectstore.adapter-name =s3Adapter
31
31
32
32
# IDRepo identity/vid service authentication details
@@ -65,7 +65,7 @@ kernel.retry.exponential.backoff.max.interval.millisecs=1000
65
65
# Whether to traverse to the root cause exception from the exception thrown and use the same root cause to decide whether to retry or not. Default is true.
66
66
kernel.retry.traverse.root.cause.enabled =false
67
67
# Comma separated List of fully qualified Exceptions which are retryable (inclusion list). Their subclasses will also be considered in the evaluation.
68
- kernel.retry.retryable.exceptions =io.mosip.idrepository.core.exception.IdRepoRetryException,org.springframework.dao.DataIntegrityViolationException,org.hibernate.exception.ConstraintViolationException,org.springframework.orm.ObjectOptimisticLockingFailureException
68
+ kernel.retry.retryable.exceptions =io.mosip.idrepository.core.exception.IdRepoRetryException
69
69
# Comma separated List of fully qualified Exceptions which are not-retryable (exclusion list). Their subclasses will also be considered in the evaluation.
70
70
kernel.retry.nonretryable.exceptions =
71
71
@@ -120,6 +120,12 @@ mosip.idrepo.vid.deactive-status=DEACTIVATED
120
120
# VID status value which is stored in database for reactivated VIDs. Used in reactivate-all-vids api.
121
121
mosip.idrepo.vid.reactive-status =ACTIVE
122
122
123
+ # RID
124
+ # Application version expected in the request
125
+ mosip.idrepo.rid.get.version =1.0
126
+ # Application ids expected in the requests
127
+ mosip.idrepo.rid.get.id =mosip.idrepo.rid.get
128
+
123
129
# Config server url
124
130
mosip.idrepo.mosip-config-url =${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/${spring.cloud.config.label}/
125
131
# VID policy schema against which VID policy is validated
@@ -163,7 +169,7 @@ mosip.iam.adapter.renewal-before-expiry-interval=15
163
169
mosip.iam.adapter.self-token-renewal-enable =true
164
170
mosip.auth.filter_disable =false
165
171
166
- mosip.idrepo.bio-extractor-service.rest.uri =${mosip.idrepo .biosdk.url}/biosdk-service/{extractionFormat}/extracttemplates
172
+ mosip.idrepo.bio-extractor-service.rest.uri =${mosip.mock .biosdk.url}/biosdk-service/{extractionFormat}/extracttemplates
167
173
mosip.idrepo.bio-extractor-service.rest.httpMethod =POST
168
174
mosip.idrepo.bio-extractor-service.rest.headers.mediaType =application/json
169
175
mosip.idrepo.bio-extractor-service.rest.timeout =100
@@ -265,17 +271,13 @@ mosip.credential.request.crypto-ref-id=credential_request
265
271
mosip.credential.request.job.timedelay =15000
266
272
# Reprocessing job timeintervel in miliseconds
267
273
mosip.credential.request.reprocess.job.timedelay =1200000
268
- # This property can be set to auth,print or keep it empty so batch will pick up all records#
269
274
credential.request.type =auth
270
275
credential.request.retry.max.count =10
271
276
credential.request.reprocess.statuscodes =FAILED,RETRY
272
- credential.batch.core.pool.size =10
273
- credential.batch.max.pool.size =10
274
- credential.batch.queue.capacity =10
275
277
credential.batch.page.size =10
276
- credential.batch.chunk.size =10
277
278
credential.request.process.locktimeout =60000
278
279
credential.request.reprocess.locktimeout =60000
280
+ credential.batch.status =NEW
279
281
280
282
# # Rest services
281
283
CRDENTIALSERVICE =${mosip.idrepo.credential.service.url}/v1/credentialservice/issue
@@ -316,6 +318,8 @@ credentialType.formatter.QRCODE=QrCodeProvider
316
318
credentialType.formatter.MOSIP =CredentialProvider
317
319
credentialType.formatter.EUIN =QrCodeProvider
318
320
credentialType.formatter.REPRINT =QrCodeProvider
321
+ credentialType.formatter.EUIN_WITH_QR =QrCodeProvider
322
+ credentialType.formatter.EUIN_WITH_FACEQR =QrCodeProvider
319
323
mosip.credential.service.format.id =http://mosip.io/credentials/
320
324
mosip.credential.service.format.issuer =https://mosip.io/issuers/
321
325
mosip.credential.service.application.id =PARTNER
@@ -330,7 +334,6 @@ IDREPOGETIDBYID=${mosip.idrepo.identity.url}/idrepository/v1/identity/idvid
330
334
mosip.data.share.protocol =http
331
335
mosip.data.share.internal.domain.name =datashare.datashare
332
336
CREATEDATASHARE =/v1/datashare/create
333
- KEYBASEDTOKENAPI =${mosip.kernel.authmanager.url}/v1/authmanager/authenticate/clientidsecretkey
334
337
KEYMANAGER_JWTSIGN =${mosip.kernel.keymanager.url}/v1/keymanager/jwtSign
335
338
KEYMANAGER_ENCRYPT_PIN =${mosip.kernel.keymanager.url}/v1/keymanager/encryptWithPin
336
339
KEYMANAGER_ENCRYPT_ZK =${mosip.kernel.keymanager.url}/v1/keymanager/zkEncrypt
@@ -339,7 +342,7 @@ PARTNER_EXTRACTION_POLICY=${mosip.pms.partnermanager.url}/v1/partnermanager/part
339
342
credential.service.token.request.issuerUrl =${keycloak.internal.url}/auth/realms/mosip
340
343
341
344
# BioSDK service
342
- mosip.biosdk.default.service.url =${mosip.idrepo .biosdk.url}/biosdk-service
345
+ mosip.biosdk.default.service.url =${mosip.mock .biosdk.url}/biosdk-service
343
346
# The fully qualified Class Name of the BIO SDK API implemented for Finger modality
344
347
# This class will be loaded in runtime, the containing jar should be available in classpath
345
348
mosip.biometric.sdk.providers.finger.mosip-ref-impl-sdk-client.classname =io.mosip.biosdk.client.impl.spec_1_0.Client_V_1_0
@@ -378,7 +381,7 @@ mosip.kernel.tokenid.partnercode.salt=${mosip.kernel.partnercode.salt}
378
381
# Enabling below property will start logging performance logs in identity and vid service
379
382
mosip.idrepo.aspect-logging.enabled =false
380
383
381
- auth.server.admin.allowed.audience =mosip-regproc-client,mosip-prereg-client,mosip-admin-client,mosip-partner-client,mosip- crereq-client,mosip-creser-client,mosip-datsha-client,mosip-ida-client,mosip-resident-client,mosip-reg-client,mpartner-default-print,mosip-idrepo-client,mpartner-default-auth,mosip-syncdata-client,mosip-masterdata-client,mosip-idrepo-client,mosip-pms-client,mosip-hotlist-client,opencrvs-partner
384
+ auth.server.admin.allowed.audience =mosip-regproc-client,mosip-prereg-client,mosip-admin-client,mosip-crereq-client,mosip-creser-client,mosip-datsha-client,mosip-ida-client,mosip-resident-client,mosip-reg-client,mpartner-default-print,mosip-idrepo-client,mpartner-default-auth,mosip-syncdata-client,mosip-masterdata-client,mosip-idrepo-client,mosip-pms-client,mosip-hotlist-client,opencrvs-partner,mpartner-default-digitalcard
382
385
# openapi properties to sort tag and operations of id-repository services
383
386
springdoc.swagger-ui.tagsSorter =alpha
384
387
springdoc.swagger-ui.operationsSorter =alpha
@@ -411,6 +414,8 @@ mosip.role.idrepo.identity.deletedraftdiscardregistrationId=REGISTRATION_PROCESS
411
414
mosip.role.idrepo.identity.draftregistrationId =REGISTRATION_PROCESSOR,ID_REPOSITORY
412
415
mosip.role.idrepo.identity.getdraftregistrationId =REGISTRATION_PROCESSOR,ID_REPOSITORY
413
416
mosip.role.idrepo.identity.putdraftextractbiometricsregistrationId =REGISTRATION_PROCESSOR,ID_REPOSITORY
417
+ mosip.role.idrepo.identity.remainingUpdateCountByIndividualId =RESIDENT,ID_REPOSITORY
418
+ mosip.role.idrepo.identity.getRidByIndividualId =RESIDENT,ID_REPOSITORY
414
419
mosip.role.idrepo.vid.postvid =RESIDENT,REGISTRATION_PROCESSOR,ID_REPOSITORY
415
420
mosip.role.idrepo.vid.getvid =REGISTRATION_PROCESSOR,ID_AUTHENTICATION,RESIDENT,ID_REPOSITORY
416
421
mosip.role.idrepo.vid.getviduin =REGISTRATION_PROCESSOR,ID_REPOSITORY,RESIDENT
@@ -419,3 +424,6 @@ mosip.role.idrepo.vid.postvidregenerate=RESIDENT,ID_REPOSITORY
419
424
mosip.role.idrepo.vid.postviddeactivate =RESIDENT,ID_REPOSITORY
420
425
mosip.role.idrepo.vid.postvidreactivate =RESIDENT,ID_REPOSITORY
421
426
mosip.role.idrepo.vid.postdraftvid =REGISTRATION_PROCESSOR,ID_REPOSITORY
427
+ mosip.mask.function.identityAttributes =convertToMaskDataFormat
428
+
429
+ mosip.role.idrepo.credentialrequest.postv2requestgeneratorrid =CREDENTIAL_REQUEST,ID_REPOSITORY
0 commit comments