Skip to content
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

IG Importer doesn't load #312

Merged
merged 6 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,28 @@ JS_REPORT_PACKAGE_PATH=
# !NOTE: Topics should comma seperated, optional include partion and repliction values
# e.g. <topic>:<partions>:<replicationFactor> -> test:3:2 (defaults to <topics>:3:1)
# KAFKA_TOPICS=2xx,reprocess,3xx,metrics:3:1
KAFKA_TOPICS=2xx,2xx-async,reprocess,3xx,metrics:3:3,patient,observation

OPENHIM_CORE_MEDIATOR_HOSTNAME=openhimcomms.platform.jembi.cloud
OPENHIM_MEDIATOR_API_PORT=443

# Reverse Proxy - Nginx
REVERSE_PROXY_INSTANCES=1
DOMAIN_NAME=platform.jembi.cloud
SUBDOMAINS=openhimcomms.platform.jembi.cloud,openhimcore.platform.jembi.cloud,openhimconsole.platform.jembi.cloud,kibana.platform.jembi.cloud,reports.platform.jembi.cloud,santewww.platform.jembi.cloud,santempi.platform.jembi.cloud,superset.platform.jembi.cloud,keycloak.platform.jembi.cloud,grafana.platform.jembi.cloud,minio.platform.jembi.cloud,jempi-web.platform.jembi.cloud,jempi-api.platform.jembi.cloud
STAGING=false
INSECURE=false

# Identity Access Manager - Keycloak
KC_FRONTEND_URL=https://keycloak.platform.jembi.cloud
KC_GRAFANA_ROOT_URL=https://grafana.platform.jembi.cloud
KC_JEMPI_ROOT_URL=https://jempi-web.platform.jembi.cloud
KC_SUPERSET_ROOT_URL=https://superset.platform.jembi.cloud
KC_OPENHIM_ROOT_URL=https://openhimconsole.platform.jembi.cloud
GF_SERVER_DOMAIN=grafana.platform.jembi.cloud

REACT_APP_JEMPI_BASE_API_HOST=https://jempi-api.platform.jembi.cloud
REACT_APP_JEMPI_BASE_API_PORT=443
OPENHIM_CONSOLE_BASE_URL=https://openhimconsole.platform.jembi.cloud
OPENHIM_API_HOST=https://openhimcore.platform.jembi.cloud
OPENHIM_API_PORT=443
drizzentic marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion fhir-ig-importer/importer/volume/ig-importer-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "FHIR IG microfrontend app",
"category": "HIE Configuration",
"type": "esmodule",
"url": "http://localhost:3334/jembi-fhir-ig-importer.js",
"url": "https://openhimconsole.platform.jembi.cloud/fhir-ig-importer",
"showInPortal": true,
"showInSideBar": true,
"access_roles": ["admin"],
Expand Down
4 changes: 2 additions & 2 deletions fhir-ig-importer/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"FHIR_IG_IMPORTER_CORE_PORT": 3001,
"FHIR_IG_IMPORTER_CORE_HOST": "0.0.0.0",
"FHIR_IG_IMPORTER_CORE_URL": "http://0.0.0.0:3001/fhir/ig/v1.0",
"FHIR_IG_IMPORTER_UI_VERSION": "v1.0.0",
"FHIR_IG_IMPORTER_CORE_VERSION": "v1.0.0"
"FHIR_IG_IMPORTER_UI_VERSION": "latest",
"FHIR_IG_IMPORTER_CORE_VERSION": "latest"
}
}
2 changes: 2 additions & 0 deletions interoperability-layer-openhim/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
KC_FRONTEND_URL: ${KC_FRONTEND_URL}
OPENHIM_CONSOLE_SHOW_LOGIN: ${OPENHIM_CONSOLE_SHOW_LOGIN}
REACT_APP_OPENHIM_API_BASE_URL: ${OPENHIM_API_BASE_URL}
OPENHIM_API_HOST: ${OPENHIM_API_HOST}
OPENHIM_API_PORT: ${OPENHIM_API_PORT}
drizzentic marked this conversation as resolved.
Show resolved Hide resolved
NODE_TLS_REJECT_UNAUTHORIZED: 0
networks:
reverse-proxy:
Expand Down
4 changes: 3 additions & 1 deletion interoperability-layer-openhim/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"KC_OPENHIM_CLIENT_SECRET": "tZKfEbWf0Ka5HBNZwFrdSyQH2xT1sNMR",
"KC_OPENHIM_ROOT_URL": "http://localhost:9000",
"KC_API_URL": "http://identity-access-manager-keycloak:8080",
"OPENHIM_CONSOLE_BASE_URL": "http://localhost:9000"
"OPENHIM_CONSOLE_BASE_URL": "http://localhost:9000",
"OPENHIM_API_HOST": "localhost",
"OPENHIM_API_PORT": "5001"
}
}