-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from jembi/minor-fixes
Update OpenHIM URL pattern for JeMPI and MPI Mediator image version
- Loading branch information
Showing
4 changed files
with
18 additions
and
41 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,7 @@ | |
"surname": "User", | ||
"email": "[email protected]", | ||
"provider": "token", | ||
"groups": [ | ||
"admin" | ||
], | ||
"groups": ["admin"], | ||
"passwordAlgorithm": "sha512", | ||
"passwordHash": "ea3824f17cf1379eb118a36bc7c8cf0f45712e2af7748567fca5313dec6fa66d61064e82a5e5cb88e998486ee3c7d0dac235bbeda8c341d6edc1c77406be2ab6", | ||
"passwordSalt": "d4f622c0404f09bd959bfb263efa3452", | ||
|
@@ -21,17 +19,15 @@ | |
{ | ||
"clientID": "test", | ||
"name": "Test Client", | ||
"roles": [ | ||
"instant" | ||
], | ||
"roles": ["instant"], | ||
"customTokenID": "test" | ||
} | ||
], | ||
"Channels": [ | ||
{ | ||
"name": "JeMPI Patient endpoints in fhir", | ||
"description": "JeMPI Patient endpoints in fhir format", | ||
"urlPattern": "^/fhir/Patient.*$", | ||
"urlPattern": "^/fhir/Patient/?[^/]*$", | ||
"methods": [ | ||
"GET", | ||
"POST", | ||
|
@@ -49,9 +45,7 @@ | |
"pollingSchedule": null, | ||
"requestBody": true, | ||
"responseBody": true, | ||
"allow": [ | ||
"test" | ||
], | ||
"allow": ["instant"], | ||
"whitelist": [], | ||
"authType": "private", | ||
"routes": [ | ||
|
@@ -82,7 +76,7 @@ | |
"txViewFullAcl": [], | ||
"txRerunAcl": [], | ||
"alerts": [], | ||
"status": "disabled", | ||
"status": "enabled", | ||
"rewriteUrls": false, | ||
"addAutoRewriteRules": true, | ||
"rewriteUrlsConfig": [], | ||
|
@@ -97,20 +91,15 @@ | |
"name": "MPI Orchestrations - Create/Read operations for patients and their clinical data", | ||
"description": "", | ||
"urlPattern": "^/fhir.*$", | ||
"methods": [ | ||
"GET", | ||
"POST" | ||
], | ||
"methods": ["GET", "POST"], | ||
"type": "http", | ||
"priority": null, | ||
"tcpPort": null, | ||
"tcpHost": null, | ||
"pollingSchedule": null, | ||
"requestBody": true, | ||
"responseBody": true, | ||
"allow": [ | ||
"instant" | ||
], | ||
"allow": ["instant"], | ||
"whitelist": [], | ||
"authType": "private", | ||
"routes": [ | ||
|
@@ -153,19 +142,15 @@ | |
{ | ||
"name": "MPI Orchestration for fhir bundles - Asynchronous flow", | ||
"urlPattern": "^/async/fhir/?$", | ||
"methods": [ | ||
"POST" | ||
], | ||
"methods": ["POST"], | ||
"type": "http", | ||
"priority": null, | ||
"tcpPort": null, | ||
"tcpHost": null, | ||
"pollingSchedule": null, | ||
"requestBody": true, | ||
"responseBody": true, | ||
"allow": [ | ||
"instant" | ||
], | ||
"allow": ["instant"], | ||
"whitelist": [], | ||
"authType": "private", | ||
"routes": [ | ||
|
@@ -248,14 +233,9 @@ | |
{ | ||
"name": "MPI mediator", | ||
"urlPattern": "^(/async)?/fhir.*$", | ||
"methods": [ | ||
"POST", | ||
"GET" | ||
], | ||
"methods": ["POST", "GET"], | ||
"type": "http", | ||
"allow": [ | ||
"instant" | ||
], | ||
"allow": ["instant"], | ||
"whitelist": [], | ||
"authType": "private", | ||
"routes": [ | ||
|
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