Skip to content

Commit

Permalink
[ES-1911] Added Schema validation for identitityData (#291)
Browse files Browse the repository at this point in the history
* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* added schema validation for IdentityData

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* modified schema validation now only one schema required to validate bot create and update identity object

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* review changes and modified testcases

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* review changes

Signed-off-by: kaifk468 <[email protected]>

* review changes now the error code will multiple errors

Signed-off-by: kaifk468 <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [ES-1689] (#271)

* [ES-1689]

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

* [ES-1689]

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

* [ES-1689] Updated the review comments

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

---------

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* Release 0.10.x (#275)

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, but this can
  be configured to have some other user data in the clear if required

Breaking changes: None. The changes are backwards compatible

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35987] updated onboarder to support storing reports in nfs volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] added prompt to install services

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] removed unused clusterRolebinding

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated changes to fix dev testing issues

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated correct onboarder chart version (#272)

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated partner onboarder install script

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* resolved lint failures (#277)

Signed-off-by: Chandra Keshav Mishra <[email protected]>

---------

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: ase-101 <[email protected]>
Co-authored-by: Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: GurukiranP <[email protected]>
Co-authored-by: Harsh Vardhan <[email protected]>
Co-authored-by: pvsaidurga <[email protected]>
Co-authored-by: Piyush7034 <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [ES-1859] Added a new error code in the i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [MOSIP-35892] Updated helm charts to add range

Signed-off-by: Rakshithb1 <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [ES-1842] i18n translation changes.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [ES-1899] Added log for testing. (#284)

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [MOSIP-37447] updated install.sh script for mosipid check

Signed-off-by: bhumi46 <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [MOSIP-37447] updated install.sh script for mosipid check

Signed-off-by: bhumi46 <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [ES-1860] Updated package.json and package-lock.json files .

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [MODIFIED] redesign userprofile for mobile screen (#295)

Signed-off-by: Zeeshan Mehboob <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [MODIFIED] initial rendering, slider in sidenavbar in mobile view (#296)

Signed-off-by: Zeeshan Mehboob <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* conflict resolve

Signed-off-by: kaifk468 <[email protected]>

* remvoed @IdData validator

Signed-off-by: kaifk468 <[email protected]>

* added schema validation for IdentityData

Signed-off-by: Mohd Kaif Siddique <[email protected]>

* modified schema validation now only one schema required to validate bot create and update identity object

Signed-off-by: Mohd Kaif Siddique <[email protected]>

* Release 0.10.x (#275)

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, but this can
  be configured to have some other user data in the clear if required

Breaking changes: None. The changes are backwards compatible

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35987] updated onboarder to support storing reports in nfs volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] added prompt to install services

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] removed unused clusterRolebinding

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated changes to fix dev testing issues

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated correct onboarder chart version (#272)

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated partner onboarder install script

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* resolved lint failures (#277)

Signed-off-by: Chandra Keshav Mishra <[email protected]>

---------

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: ase-101 <[email protected]>
Co-authored-by: Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: GurukiranP <[email protected]>
Co-authored-by: Harsh Vardhan <[email protected]>
Co-authored-by: pvsaidurga <[email protected]>
Co-authored-by: Piyush7034 <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>

* [ES-1966] merge code from release to develop (#290)

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Added docker compose file

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Deleted external configuration file

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Deleted external configuration file

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-842 (#245)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638 (#247)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, but this can
  be configured to have some other user data in the clear if required

Breaking changes: None. The changes are backwards compatible

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35987] updated onboarder to support storing reports in nfs volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] added prompt to install services

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] removed unused clusterRolebinding

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] updated changes to fix dev testing issues

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] updated correct onboarder chart version (#272)

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] updated partner onboarder install script

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1689] (#271)

* [ES-1689]

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

* [ES-1689]

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

* [ES-1689] Updated the review comments

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

---------

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6445]Updated install.sh

Signed-off-by: Rakshitha650 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6445]Updated install.sh

Signed-off-by: Rakshitha650 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1842] i18n translation changes.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Fixed the properties file, created only master copy of properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Corrected test case and active profile

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Updated the image name

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Release 0.10.x (#275)

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, but this can
  be configured to have some other user data in the clear if required

Breaking changes: None. The changes are backwards compatible

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35987] updated onboarder to support storing reports in nfs volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] added prompt to install services

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] removed unused clusterRolebinding

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated changes to fix dev testing issues

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated correct onboarder chart version (#272)

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated partner onboarder install script

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* resolved lint failures (#277)

Signed-off-by: Chandra Keshav Mishra <[email protected]>

---------

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: ase-101 <[email protected]>
Co-authored-by: Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: GurukiranP <[email protected]>
Co-authored-by: Harsh Vardhan <[email protected]>
Co-authored-by: pvsaidurga <[email protected]>
Co-authored-by: Piyush7034 <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1859] Added a new error code in the i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35892] Updated helm charts to add range

Signed-off-by: Rakshithb1 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1842] i18n translation changes.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1899] Added log for testing. (#284)

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-37447] updated install.sh script for mosipid check

Signed-off-by: bhumi46 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-37447] updated install.sh script for mosipid check

Signed-off-by: bhumi46 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1860] Updated package.json and package-lock.json files .

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

---------

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: Rakshitha650 <[email protected]>
Signed-off-by: Rakshithb1 <[email protected]>
Signed-off-by: bhumi46 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>
Co-authored-by: ase-101 <[email protected]>
Co-authored-by: Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: GurukiranP <[email protected]>
Co-authored-by: ckm007 <[email protected]>
Co-authored-by: Harsh Vardhan <[email protected]>
Co-authored-by: pvsaidurga <[email protected]>
Co-authored-by: Piyush7034 <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: Rakshitha650 <[email protected]>
Co-authored-by: Rakshithb1 <[email protected]>
Co-authored-by: Gk <[email protected]>
Co-authored-by: bhumi46 <[email protected]>

* added schema validation for IdentityData

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* modified schema validation now only one schema required to validate bot create and update identity object

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* Release 0.10.x (#275)

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, but this can
  be configured to have some other user data in the clear if required

Breaking changes: None. The changes are backwards compatible

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35987] updated onboarder to support storing reports in nfs volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] added prompt to install services

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] removed unused clusterRolebinding

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated changes to fix dev testing issues

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated correct onboarder chart version (#272)

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [DSD-6382] updated partner onboarder install script

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* resolved lint failures (#277)

Signed-off-by: Chandra Keshav Mishra <[email protected]>

---------

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: ase-101 <[email protected]>
Co-authored-by: Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: GurukiranP <[email protected]>
Co-authored-by: Harsh Vardhan <[email protected]>
Co-authored-by: pvsaidurga <[email protected]>
Co-authored-by: Piyush7034 <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: kaifk468 <[email protected]>

* [ES-1966] merge code from release to develop (#290)

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Added docker compose file

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Deleted external configuration file

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Deleted external configuration file

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-842 (#245)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638 (#247)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-1638

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, but this can
  be configured to have some other user data in the clear if required

Breaking changes: None. The changes are backwards compatible

Signed-off-by: Harsh Vardhan <[email protected]>

---------

Signed-off-by: Harsh Vardhan <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1689] added test case (#259)

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* moved tomcat and prometheus configuration to bootstrap.properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35987] updated onboarder to support storing reports in nfs volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Updated Readme and pom version

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] added prompt to install services

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] removed unused clusterRolebinding

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] updated changes to fix dev testing issues

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] updated correct onboarder chart version (#272)

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Added JsonIgnoreProperties for kyc auth and exchange requests (#269)

Signed-off-by: piyush-shukla03_infosys <[email protected]>
Co-authored-by: piyush-shukla03_infosys <[email protected]>
Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6382] updated partner onboarder install script

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1689] (#271)

* [ES-1689]

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

* [ES-1689]

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

* [ES-1689] Updated the review comments

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>

---------

Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6445]Updated install.sh

Signed-off-by: Rakshitha650 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [DSD-6445]Updated install.sh

Signed-off-by: Rakshitha650 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* [ES-1842] i18n translation changes.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Fixed the properties file, created only master copy of properties

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Corrected test case and active profile

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Updated the image name

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Zeeshan Mehboob <[email protected]>

* Release 0.10.x (#275)

* ES-842 corrected the verified claims logi (#249)

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* modified getLanguageValuesList method (#250)

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [ES-1678] Added a new error message for the ekyc failure in i18n.

Signed-off-by: GurukiranP <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* Updated readme and docker compose

Signed-off-by: ase-101 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed deployment script and updated chart

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] corrected chart lint yaml

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved deployment scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updarted chart values for latest changes to remove artifactory and config server dependency

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] moved db-init scripts to deploy

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated db-init scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-identity-system scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-service scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added updated mock-relying-party-ui scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added install-all.sh, delete-all.sh, restart-all.sh scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated installation scripts

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] updated README and installation scripts comments

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] added changes for partner onboarder to store reports in volume

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [MOSIP-35816] removed unused secret creation

Signed-off-by: ckm007 <[email protected]>
Signed-off-by: Chandra Keshav Mishra <[email protected]>

* [INJICERT-434] optionally support using arbitrary field as PSUT value (#258)

* [INJICERT-434] optionally support using individualID as PSUT

Purpose: to break Certify <--> Mock DataProviderPlugin dependency wrt
         OIDCTransaction object stored in Redis

Config changes required:
* Introduces a config but does not break existing default behaviour, so
  no explicit change required

Signed-off-by: Harsh Vardhan <[email protected]>

* [INJICERT-434] allow PSUT to set to any configured field

* by default the kycAuth response will have the psut field, b…
  • Loading branch information
14 people authored Dec 22, 2024
1 parent 08b0065 commit ee4e10a
Show file tree
Hide file tree
Showing 18 changed files with 805 additions and 152 deletions.
35 changes: 35 additions & 0 deletions mock-identity-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,41 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.1</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.1</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,28 @@
*/
package io.mosip.esignet.mock.identitysystem.controller;

import javax.validation.ConstraintViolation;
import javax.validation.ConstraintViolationException;
import javax.validation.Valid;

import io.mosip.esignet.mock.identitysystem.dto.*;
import io.mosip.esignet.mock.identitysystem.dto.Error;
import io.mosip.esignet.mock.identitysystem.validator.IdentitySchema;
import io.mosip.kernel.core.exception.ErrorResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;

import io.mosip.esignet.mock.identitysystem.exception.MockIdentityException;
import io.mosip.esignet.mock.identitysystem.service.IdentityService;
import io.mosip.esignet.mock.identitysystem.util.HelperUtil;

import java.util.ArrayList;
import java.util.List;
import java.util.Set;


@RestController
Expand All @@ -29,7 +39,7 @@ public class IdentityController {
@PostMapping(value = "identity", consumes = { MediaType.APPLICATION_JSON_VALUE }, produces = {
MediaType.APPLICATION_JSON_VALUE })
public ResponseWrapper<IdentityStatus> createIdentity
(@Valid @RequestBody RequestWrapper<CreateIdentity> requestWrapper) throws MockIdentityException {
(@RequestBody @Valid RequestWrapper<CreateIdentity> requestWrapper) throws MockIdentityException {

ResponseWrapper response = new ResponseWrapper<IdentityStatus>();
IdentityStatus identityStatus = new IdentityStatus();
Expand All @@ -43,7 +53,7 @@ public class IdentityController {
@PutMapping(value = "identity", consumes = { MediaType.APPLICATION_JSON_VALUE }, produces = {
MediaType.APPLICATION_JSON_VALUE })
public ResponseWrapper<IdentityStatus> updateIdentity
(@Valid @RequestBody RequestWrapper<UpdateIdentity> requestWrapper) throws MockIdentityException {
(@RequestBody @Valid RequestWrapper<UpdateIdentity> requestWrapper) throws MockIdentityException {

ResponseWrapper response = new ResponseWrapper<IdentityStatus>();
IdentityStatus identityStatus = new IdentityStatus();
Expand Down Expand Up @@ -74,4 +84,25 @@ public ResponseWrapper<VerifiedClaimStatus> createVerifiedClaim(@Valid @RequestB
return response;

}

@ExceptionHandler(ConstraintViolationException.class)
public ResponseEntity handleMethodArgumentNotValidException(ConstraintViolationException ex) {
List<Error> errors = new ArrayList<>();
if(ex != null) {
Set<ConstraintViolation<?>> violations = ((ConstraintViolationException) ex).getConstraintViolations();
for(ConstraintViolation<?> cv : violations) {
errors.add(new Error(cv.getMessage(), cv.getPropertyPath().toString() + ": " + cv.getMessage()));
}
return new ResponseEntity<ResponseWrapper>(getResponseWrapper(errors), HttpStatus.OK);
}
return ResponseEntity.status(HttpStatus.BAD_REQUEST)
.body(errors);
}

private ResponseWrapper getResponseWrapper(List<Error> errors) {
ResponseWrapper responseWrapper = new ResponseWrapper<>();
responseWrapper.setResponseTime(HelperUtil.getCurrentUTCDateTime());
responseWrapper.setErrors(errors);
return responseWrapper;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/
package io.mosip.esignet.mock.identitysystem.dto;

import io.mosip.esignet.mock.identitysystem.validator.IdData;
import io.mosip.esignet.mock.identitysystem.validator.IdentitySchema;

@IdData(action = "CREATE")
@IdentitySchema(action = "CREATE")
public class CreateIdentity extends IdentityData {
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@

import java.util.List;

import javax.validation.constraints.NotBlank;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import io.mosip.esignet.mock.identitysystem.util.ErrorConstants;
import io.mosip.esignet.mock.identitysystem.validator.IdData;
import lombok.Data;

@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class IdentityData {

@NotBlank(message = ErrorConstants.INVALID_INDIVIDUAL_ID)

String individualId;

String pin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/
package io.mosip.esignet.mock.identitysystem.dto;

import io.mosip.esignet.mock.identitysystem.validator.IdData;
import io.mosip.esignet.mock.identitysystem.validator.IdentitySchema;

@IdData(action = "UPDATE")
@IdentitySchema(action = "UPDATE")
public class UpdateIdentity extends IdentityData {
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ public class ErrorConstants {
public static final String INVALID_TRUST_FRAMEWORK = "invalid_trust_framework";
public static final String INVALID_VERIFIED_DATE = "invalid_verified_date";
public static final String CLAIM_ALREADY_EXISTS="Claim already exists";
public static final String INVALID_IDENTITY_DATA= "invalid_identity_data";
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package io.mosip.esignet.mock.identitysystem.validator;


import io.mosip.esignet.mock.identitysystem.util.ErrorConstants;

import javax.validation.Constraint;
import javax.validation.Payload;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target({ElementType.TYPE_USE, ElementType.FIELD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Constraint(validatedBy = IdentitySchemaValidator.class)
public @interface IdentitySchema {

String message() default ErrorConstants.INVALID_IDENTITY_DATA;
Class<?>[] groups() default {};
Class<? extends Payload>[] payload() default {};

String action();
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
package io.mosip.esignet.mock.identitysystem.validator;

import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.networknt.schema.*;
import io.mosip.esignet.mock.identitysystem.dto.IdentityData;
import io.mosip.esignet.mock.identitysystem.dto.RequestWrapper;
import lombok.extern.slf4j.Slf4j;
import org.jose4j.lang.StringUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.core.io.Resource;
import org.springframework.core.io.ResourceLoader;
import org.springframework.stereotype.Component;

import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import java.io.IOException;
import java.io.InputStream;
import java.util.Set;
import java.util.stream.Collectors;

@Component
@Slf4j
public class IdentitySchemaValidator implements ConstraintValidator<IdentitySchema, Object> {

@Value("${mosip.mock.ida.identity.schema.url}")
private String identitySchemaUrl;

@Value("#{${mosip.mock.ida.update-identity.non-mandatory.fields}}")
private Set<String> nonMandatoryFieldsOnUpdate;

private String action;

private volatile JsonSchema schema;

@Autowired
ObjectMapper objectMapper;

@Autowired
ResourceLoader resourceLoader;


@Override
public void initialize(IdentitySchema constraintAnnotation) {
this.action = constraintAnnotation.action();
}

@Override
public boolean isValid(Object object, ConstraintValidatorContext context) {

if (!(object instanceof IdentityData)) {
return false;
}
IdentityData identityData=(IdentityData) object;
JsonNode identityJsonNode = objectMapper.valueToTree(identityData);
Set<ValidationMessage> validationErrors = validateIdentityData(identityJsonNode);

// Handle validation errors
if (!validationErrors.isEmpty()) {
addValidationErrorCode(validationErrors,context);
return false;
}
return true;
}

private Set<ValidationMessage> validateIdentityData(JsonNode identityJsonNode) {
Set<ValidationMessage> errors = getSchema().validate(identityJsonNode);
// If not a create operation, filter out specific errors
if (action.equals("UPDATE")) {
// Ignore validation errors with code 1029 (null value) and for exempted fields when validating updateIdentity
errors = errors.stream()
.filter(error -> !error.getCode().equals("1029") ||
!nonMandatoryFieldsOnUpdate.contains(error.
getInstanceLocation().getName(0)))
.collect(Collectors.toSet());
}
return errors;
}

private void addValidationErrorCode(Set<ValidationMessage> errors, ConstraintValidatorContext context) {
context.disableDefaultConstraintViolation();
errors.forEach(error->context.
buildConstraintViolationWithTemplate("invalid_"+error.getInstanceLocation().getName(0).toLowerCase())
.addConstraintViolation());
}

private JsonSchema getSchema() {
if(schema !=null ) return schema;
synchronized (this) {
if (schema == null) {
InputStream schemaResponse = getResource(identitySchemaUrl);
JsonSchemaFactory jsonSchemaFactory = JsonSchemaFactory.getInstance(SpecVersion.VersionFlag.V202012);
schema = jsonSchemaFactory.getSchema(schemaResponse);
}
}
return schema;
}

private InputStream getResource(String url) {
try{
Resource resource = resourceLoader.getResource(url);
return resource.getInputStream();
}catch (IOException e){
log.error("Failed to parse data: {}", url, e);
}
throw new RuntimeException("invalid_configuration");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,10 @@ spring.jpa.hibernate.ddl-auto=none
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
mosip.esignet.mock.authenticator.ida.otp-channels=email,phone

mosip.mock.identity.create.required.fields=individualId,fullName,givenName,familyName,gender,dateOfBirth,email,phone,streetAddress,locality,region,postalCode,country
mosip.mock.identity.update.required.fields=individualId

mosip.esignet.mock.supported-fields=individualId,pin,givenName,familyName,gender,dateOfBirth,email,phone,streetAddress,locality,region,postalCode,country
mosip.mock.ida.kba.default.field-language=eng
mosip.mock.ida.kyc.psut.field=psut


#Related to health check of hsm
mosip.kernel.keymgr.hsm.health.check.enabled=false
Expand Down
Loading

0 comments on commit ee4e10a

Please sign in to comment.