-
Notifications
You must be signed in to change notification settings - Fork 146
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
Salt repo id type fix #677
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loganathan-sekaran
added a commit
that referenced
this pull request
Apr 13, 2022
* 1.1.1.5 patch fix bio hash validation (#524) * Mosip 17106 fix bio hash validation issue (#523) * Split kyc encrypted identity data to have session key attrip separately * Excluded spring security dep from kernel core * MOSIP-16654 ekyc thumbprint to be hex encoded * MOSIP-17106 Fix in bio auth hash validation failure * Minor correction to method name * Updated pom version to snapshot * Mosip 16784 performance fix webclient instance (#527) (#530) * MOSIP-16870 move kyc endpoints into auth service * Removed kyc builds from workflow * Refactored kyc test class package * Organized imports in tests * Fix for callback url * Fix for performance due to webclient instances. JUnit to be done * Update pom.xml (#539) * Updated kernel core for encoder (#540) Co-authored-by: Loganathan S <[email protected]> * Mosip 16784 test without kernel core decoder 1 (#543) * WIP - using local encoder decoder implementation * Use native decoder * Removed test comment * Refactored method names * Removed unused method * Corrected jdoc Co-authored-by: Loganathan Sekar <[email protected]> * Using kernel cyrpto util (#548) * Excluded spring security (#551) * Fixed encoding in bio decryption (#556) * Decoding base64 for cbeff in individual biometrics (#560) * Test fix (#562) * MOSIP-17735 changing websub version for migration * MOSIP-17300 (#593) * MOSIP-17300,17302 * Pom version updated * Fix for bio attrib case sensitive filter issue (#602) * Double decryption of bio data has been removed (#611) * for eKyc face filter has been added (#612) * Handling id's not having mapping (#614) * Handling not mapped id's * Check has added for biometrics * MOSIP-17523 : Updating pom to use the latest version of keymanager * MOSIP-17523 : SessionKeyDecrytorHelper added to component scan to create bean * MOSIP-17523 : SessionKeyDecrytorHelper class added in componant scan to allow auto bean creation * MOSIP-18377 Index creation on various tables (#639) * MOSIP-18377 Index creation on various tables * Added columns to multiple indices * Added columns in indices * Added column to index * Removed unnecessary db call (#645) (#647) * MOSIP-18523 - Mosip 18523 perf fixes - 1.1.5.5 (#665) (#668) * Mosip 18523 perf fixes (#665) * Add cacheable to uin hash salt repo * Minor refactor * Fix to cache key * Reverted deletion of hash salt entity * Corrected salt modulo type * Test fixes * Test fix * Test fix * Fix perf issue to use substring based logic for salt key calculation … (#674) * Fix perf issue to use substring based logic for salt key calculation instead of modulo (#670) * Fixed idrepo version * Update UinHashSaltRepo.java (#675) * Salt repo id type fix (#676) * Update UinHashSaltRepo.java * Fixed salt id type * Salt repo id type fix (#677) * Update UinHashSaltRepo.java * Fixed salt id type * Corrected salt id type * Corrected type * 1.1.5.5 add keyalias cert thumb col and auth token response fix (#740) * Added cert thumbprint column to keyalias table * Fix in setting the policy metadata for authToken issue * Added temporary debug statement (#830) * Ida 1.1.5.5 debug bio auth issue 1 (#831) * Added temporary debug statement * making debug log level to info * Ida 1.1.5.5 debug bio auth issue 2 (#832) * Added temporary debug statement * making debug log level to info * Updated debug log * Revert printing cbeff (#833) * Added temporary debug statement * making debug log level to info * Updated debug log * [DSD-405] updated the DB scripts to add IF EXIST (#568) * MOSIP-20434,MOSIP20566-Fix Multi-Modal-BioIssue (#853) * Fix for kyc attributes to be added to filtered attributes list (#855) * Mosip 20765 kyc attributes issue 1 (#856) * Fix for kyc attributes to be added to filtered attributes list * Copied gpg keys * Mosip 20827 fix in status comment column size (#857) * Fix for kyc attributes to be added to filtered attributes list * Copied gpg keys * Fixed status comment size issue * Allowing to disable thumbprint validation (#858) * Allowing to disable thumbprint validation * Added null check of thumbprint, added support for service specific properties file * Allow thumbprint null if thumprint is disabled * [MOSIP-20891] face fetch is moved inside a condition. (#860) Co-authored-by: Loganathan S <[email protected]> Co-authored-by: Loganathan Sekar <[email protected]> Co-authored-by: urviljoshi <[email protected]> Co-authored-by: Nagarjuna K <[email protected]> Co-authored-by: Vishwa <[email protected]> Co-authored-by: Mandeep Dhiman <[email protected]> Co-authored-by: rambhatt1591 <[email protected]> Co-authored-by: Urvil Joshi <[email protected]> Co-authored-by: Keshav Mishra <[email protected]> Co-authored-by: Manoj SP <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.