-
Notifications
You must be signed in to change notification settings - Fork 9
Add initial package and configuration files for FHIR info Gateway #304
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
Open
drizzentic
wants to merge
62
commits into
main
Choose a base branch
from
CU-86byv0cyf_Add-initial-package-and-configuration-files-for-FHIR-info-Gateway
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 51 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
8e2c200
Add initial package and configuration files for FHIR info Gateway
drizzentic b0a333c
Add SMART on fhir realms creator
drizzentic f6cec06
Platform beta release
drizzentic e9979d6
Fix failing tests
drizzentic d6f8cb6
Add correct assertion
bradsawadye 5a7c368
Ensure that the entry property in the bundle is always an array
bradsawadye feccb35
Add jempi network for the services to communicate
bradsawadye fb5eb07
Fix kafka consumer failing test
drizzentic c7ec435
Bump instant version to latest
rcrichton 399a407
fix version and disable cert verification in console.
drizzentic be32707
Update version for mpi mediator
bradsawadye 57fb197
Adds reprocess config files
ItsMurumba 76c250c
Cleanup Reprocess package
ItsMurumba 4601f8f
Change docker images to be configurable env variables
ItsMurumba ec18ae1
Format json files
ItsMurumba 069145f
Format json files
ItsMurumba 541a056
adding image variable to metadata.json and docker-compose files
brett-onions e51e516
adding deployment placement
brett-onions e7b84ad
adding image definition to metadata.json file
brett-onions 417530e
adding placement and image version for pg in metadata file
brett-onions 9769590
Update Kibana image and add KIBANA_IMAGE environment variable
brett-onions 060ca81
add image and max replicas to metadata file
brett-onions 9ca3ad8
Update docker-compose files and package metadata
brett-onions 7d09a73
Update Elasticsearch cluster placement
brett-onions 08c356c
Update Docker Compose files for PostgreSQL and Pgpool
brett-onions b6963e1
chore: update CLICKHOUSE_IMAGE to version 23.8.14.6
brett-onions d624b15
Change the name of the postgres image variable
bradsawadye 3f25382
Disable the clickhouse test case (temporarily)
bradsawadye ec74acd
Fix syntax error
bradsawadye ffbe6a9
Run the recipe tests first
bradsawadye fc583cf
Fix typo
bradsawadye 0474393
Fix if statement
bradsawadye 65797ea
Fix typo in variable name
bradsawadye 5e7b67a
Refactor
bradsawadye f449d8e
Update .vscode/settings.json
drizzentic 9daa76b
Fix failure in client scopes creation on keycloak
drizzentic d3ae2c7
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 0e3aacc
parent cbd8b688d9f1973fbeb17415fe1ae55ad3102461
drizzentic d109bdc
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 44c1194
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 1506798
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 1b68f57
PR feedback
drizzentic ac4d67f
Update fhir-info-gateway/swarm.sh
drizzentic 892c5c6
Update fhir-info-gateway/swarm.sh
drizzentic 5f2a64c
Update fhir-info-gateway/swarm.sh
drizzentic a4b770f
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic e4e6edf
Update config.yaml
drizzentic 8a6d8dd
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 759e7ee
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 138558a
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic 2b94455
PR feedback
drizzentic 9f4f8ee
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic bb0b7ef
Add the update script to create default clients,roles and mappings
drizzentic f965914
add config importer to update keycloak
drizzentic ce3dbcd
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic abfd851
cleanup
drizzentic 4a1ad70
Update docs
drizzentic 52f76c8
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
drizzentic f03e511
Added images for readme file
sushantpatil1214 624b9d6
Added images for readme file
sushantpatil1214 3c6b0d9
Added images for readme file
sushantpatil1214 09e829d
Added images for readme file
sushantpatil1214 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| version: "3.9" | ||
|
|
||
| services: | ||
| smart-config: | ||
| image: jembi/keycloak-config:v0.0.1 | ||
| networks: | ||
| keycloak: | ||
| environment: | ||
| KEYCLOAK_BASE_URL: ${KC_API_URL} | ||
| KEYCLOAK_USER: ${KC_ADMIN_USERNAME} | ||
| KEYCLOAK_PASSWORD: ${KC_ADMIN_PASSWORD} | ||
| KEYCLOAK_REALM: ${KC_REALM_NAME} | ||
| command: [ "-configFile", "config/backend-services-config.json" ] | ||
| networks: | ||
| keycloak: | ||
| name: keycloak_public | ||
| external: true |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| version: '3.9' | ||
|
|
||
| services: | ||
| fhir-info-gateway: | ||
| ports: | ||
| - target: 8080 | ||
| published: 8880 | ||
| mode: host |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| version: "3.9" | ||
| services: | ||
| fhir-info-gateway: | ||
| image: ${FHIR_INFO_GATEWAY_IMAGE} | ||
| networks: | ||
| openhim: | ||
| keycloak: | ||
| default: | ||
| environment: | ||
| TOKEN_ISSUER: ${KC_API_URL}/realms/${KC_REALM_NAME} | ||
| ACCESS_CHECKER: ${ACCESS_CHECKER} | ||
| PROXY_TO: ${GATEWAY_MPI_PROXY_URL} | ||
| BACKEND_TYPE: ${BACKEND_TYPE} | ||
| RUN_MODE: ${RUN_MODE} | ||
| deploy: | ||
| replicas: ${FHIR_INFO_GATEWAY_INSTANCES} | ||
| placement: | ||
| max_replicas_per_node: ${FHIR_INFO_GATEWAY_MAX_REPLICAS_PER_NODE} | ||
| resources: | ||
| limits: | ||
| cpus: ${FHIR_INFO_GATEWAY_CPU_LIMIT} | ||
| memory: ${FHIR_INFO_GATEWAY_MEMORY_LIMIT} | ||
| reservations: | ||
| cpus: ${FHIR_INFO_GATEWAY_CPU_RESERVE} | ||
| memory: ${FHIR_INFO_GATEWAY_MEMORY_RESERVE} | ||
| networks: | ||
| openhim: | ||
| name: openhim_public | ||
| external: true | ||
| keycloak: | ||
| name: keycloak_public | ||
| external: true | ||
| default: |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.