Skip to content

Commit

Permalink
Merge pull request #318 from jembi/CU-86bzercjw_Implement-auth-mechan…
Browse files Browse the repository at this point in the history
…ism-for-FHIR-IG-Importer

Implement auth mechanism for FHIR IG Importer
  • Loading branch information
drizzentic authored Aug 7, 2024
2 parents 5e28705 + c1379b0 commit c135dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fhir-ig-importer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
reverse-proxy:
environment:
FHIR_IG_IMPORTER_CORE_URL: ${FHIR_IG_IMPORTER_CORE_URL}
OPENHIM_API_USERNAME: ${OPENHIM_USERNAME}
OPENHIM_API_PASSWORD: ${OPENHIM_PASSWORD}

networks:
hapi-fhir:
Expand Down
4 changes: 3 additions & 1 deletion fhir-ig-importer/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"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": "latest",
"FHIR_IG_IMPORTER_CORE_VERSION": "latest"
"FHIR_IG_IMPORTER_CORE_VERSION": "latest",
"OPENHIM_API_USERNAME": "root@openhim.org",
"OPENHIM_API_PASSWORD": "instant101"
}
}

0 comments on commit c135dd3

Please sign in to comment.