Fix xds-sender SSL, mpi-client privileges, and identifier mapping#6
Closed
mherman22 wants to merge 2 commits into
Closed
Fix xds-sender SSL, mpi-client privileges, and identifier mapping#6mherman22 wants to merge 2 commits into
mherman22 wants to merge 2 commits into
Conversation
- Fix mpi-client.pid.exportIdentitiferType: change "Patient ID=iSantePlus ID" to "iSantePlus ID=iSantePlus ID" to match actual identifier type name in DB - Add patched santedb-mpiclient-1.1.4.omod with proxy privileges (Get Identifier Types, Get/Edit/Add Patient Identifiers) in PatientSyncWorker and PatientUpdateWorker to fix APIAuthenticationException on every patient sync The xds-sender SSL fix (SSLPeerUnverifiedException on PullNotificationsTask) is submitted upstream as IsantePlus/openmrs-module-xds-sender#110. The mpi-client privilege fix is submitted upstream as IsantePlus/openmrs-module-mpi-client#58. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
c6da5ca to
b2b663a
Compare
The privilege fix is submitted upstream as IsantePlus/openmrs-module-mpi-client#58. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
Closing — the identifier mapping fix is already covered in #3. The module code fixes are submitted upstream as IsantePlus/openmrs-module-mpi-client#58 and IsantePlus/openmrs-module-xds-sender#110. |
This file contains hidden or 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
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.
Summary
openhim.sedish-haiti.org) to internal HTTP (openhim-core:5001). FixesSSLPeerUnverifiedExceptionthat fires every hour onPullNotificationsTask.santedb-mpiclient-1.1.4.omodwithContext.addProxyPrivilege()forGet Identifier Types,Get/Edit/Add Patient Identifiersin bothPatientSyncWorkerandPatientUpdateWorker. FixesAPIAuthenticationException: Privileges required: Get Identifier Typeson every patient sync.mpi-client.pid.exportIdentitiferTypefromPatient ID=iSantePlus IDtoiSantePlus ID=iSantePlus ID— the key must match the actual OpenMRS identifier type name in the DB.Context
All three issues are visible in
docker service logs isanteplus_isanteplus:SSLPeerUnverifiedException: Hostname openhim.sedish-haiti.org not verified— every hourAPIAuthenticationException: Privileges required: Get Identifier Types— on every patient syncIdentity domain iSantePlus ID has no local equivalent/getIdentifierTypeByName returned null— caused by wrong identifier type name in configTest plan
🤖 Generated with Claude Code