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

MOSIP-39180 Removed unused property #7916

Merged
merged 7 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
MOSIP-39180 Corrected config
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
  • Loading branch information
kameshsr committed Jan 27, 2025
commit 8ca620ef6721cd73ed6716b77ccf444f447eda0b
4 changes: 1 addition & 3 deletions id-authentication-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ ida-topic-fraud-analysis=IDA_FRAUD_ANALYTICS
ida-topic-auth-anonymous-profile=ANONYMOUS_PROFILE
ida-topic-pmp-oidc-client-created=OIDC_CLIENT_CREATED
ida-topic-pmp-oidc-client-updated=OIDC_CLIENT_UPDATED
ida-topic-on-demand-template-extraction=AUTHENTICATION_ERRORS

# in minutes
mosip.iam.adapter.validate-expiry-check-rate=15
Expand Down Expand Up @@ -648,7 +647,6 @@ mosip.ida.vci.supported.cred.types=VerifiableCredential,MOSIPVerifiableCredentia
# if the input handle is +855345353453@phone then the provided regex is used to validate the input.
mosip.ida.handle-types.regex={ '@phone' : '^\\+91[1-9][0-9]{7,9}@phone$' }

mosip.ida.ondemand.template.extraction.partner.id=mpartner-default-tempextraction
#-------------------------------- Authentication error eventing-------------------------------
#It enable and disable the bean init of kafka and Authentication error eventing
mosip.ida.authentication.error.eventing.enabled=true
Expand All @@ -661,4 +659,4 @@ mosip.ida.kafka.bootstrap.servers=kafka-0.kafka-headless.${kafka.profile}:${kafk
spring.kafka.admin.properties.allow.auto.create.topics=true
logging.level.org.apache.kafka=DEBUG
#----------------------------------------------------end------------------------------------------
mosip.kernel.keymgr.hsm.health.check.enabled=false
mosip.kernel.keymgr.hsm.health.check.enabled=false
3 changes: 2 additions & 1 deletion id-repository-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ mosip.kernel.tokenid.partnercode.salt=${mosip.kernel.partnercode.salt}
# Enabling below property will start logging performance logs in identity and vid service
mosip.idrepo.aspect-logging.enabled=false

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,mpartner-default-mobile,mosip-signup-client,mosip-testrig-client
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,mpartner-default-mobile,mosip-signup-client
#openapi properties to sort tag and operations of id-repository services
springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.operationsSorter=alpha
Expand Down Expand Up @@ -453,6 +453,7 @@ mosip.idrepo.identity.max-request-time-deviation-seconds=60
#logging.level.org.springframework.cache=TRACE
# By default, it is false. To enable force merge of data, change it to true.
mosip.idrepo.create-identity.enable-force-merge=false

mosip.identity.get.excluded.attribute.list=UIN,verifiedAttributes,IDSchemaVersion
mosip.role.idrepo.identity.postidvidid=REGISTRATION_PROCESSOR,RESIDENT,REGISTRATION_ADMIN,REGISTRATION_SUPERVISOR,REGISTRATION_OFFICER,ID_AUTHENTICATION,ID_REPOSITORY
IDREPORETRIEVEIDBYID=${mosip.idrepo.identity.url}/idrepository/v1/identity/idvid/
6 changes: 5 additions & 1 deletion identity-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"address": {
"value": "addressLine1,addressLine2,addressLine3,city,region,province,postalCode"
},

"individual_id": {
"value": "individual_id"
},
Expand Down Expand Up @@ -166,5 +167,8 @@
"fullName": 5,
"gender": 2,
"dateOfBirth": 3



}
}
}
4 changes: 2 additions & 2 deletions mosip-vid-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vidPolicy": {
"validForInMinutes": 30,
"transactionsAllowed": 2,
"instancesAllowed": 5,
"instancesAllowed": 20,
"autoRestoreAllowed": false,
"restoreOnAction": "REGENERATE"
}
Expand All @@ -24,7 +24,7 @@
"vidPolicy": {
"validForInMinutes": null,
"transactionsAllowed": 2,
"instancesAllowed": 5,
"instancesAllowed": 20,
"autoRestoreAllowed": false,
"restoreOnAction": "REVOKED"
}
Expand Down