-
Notifications
You must be signed in to change notification settings - Fork 15
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
ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set #2374
Labels
Milestone
Comments
mdebarros
added
bug
Something isn't working or it has wrong behavior on a Mojaloop Core service
to-be-refined
This story is ready to be groomed
oss-core
This is an issue - story or epic related to a feature on a Mojaloop core service or related to it
labels
Aug 6, 2021
mdebarros
added a commit
to mdebarros/account-lookup-service
that referenced
this issue
Aug 16, 2021
…ants for both Oracle records that match non-subId and subId result set - Updated gitignore with devspace patterns - Fix for ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set [mojaloop/#2374](mojaloop/project#2374) - Updated unit tests for [mojaloop/#2374](mojaloop/project#2374) fix - Updated latest dependencies - Fixes for audit-resolve -------------------------------------------------- yargs-parser needs your attention. [ low ] Prototype Pollution vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in: - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser > Outcome: Ignored for a week > Impact: Minimal as the dependencies are used for the Developer Documentation end-point
mdebarros
added a commit
to mojaloop/account-lookup-service
that referenced
this issue
Aug 16, 2021
…ants for both Oracle records that match non-subId and subId result set (#424) fix(mojaloop/#2374): ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set: - Fix for ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set for [mojaloop/#2374](mojaloop/project#2374) - Updated unit tests for [mojaloop/#2374](mojaloop/project#2374) fix - Updated gitignore with devspace patterns - Updated latest dependencies - Fixes for audit-resolve ```text -------------------------------------------------- yargs-parser needs your attention. [ low ] Prototype Pollution vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in: - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser ``` > Outcome: Ignored for a week > Impact: Minimal as the dependencies are used for the Developer Documentation end-point
PR for Helm v13.0.2.
|
This was referenced Aug 17, 2021
Closed
mdebarros
added a commit
to mojaloop/account-lookup-service
that referenced
this issue
Aug 17, 2021
… myanmar script unicode strings (#425) fix(mojaloop/#2374): ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set: - Corrected fix for ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set for [mojaloop/#2374](mojaloop/project#2374) - Fixed filter for sub-id match - Added unit test to handle when sub-id is provided but no match is not found Maintenance changes: - changed circleci config to use .Environment.CIRCLE_SHA1 instead of hash of the package.json for dependency caching
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set with incorrect API operation GET /parties/{partyType}/{partyId} (i.e. no SubId in URI).
ALS incorrectly sends a GET /parties/{partyType}/{partyId} for each result with no SubId and with the SubId to the destination Participant
Severity:
Low
Priority:
Low
Expected Behavior
ALS will sends a GET /parties/{partyType}/{partyId} for each result with no SubId to the destination Participant
Steps to Reproduce
Example:
Send a GET /parties/MSISDN/27713803912
Only a single GET /parties/MSISDN/27713803912 request should be forwarded to the payeefsp.
Specifications
Notes:
The text was updated successfully, but these errors were encountered: