FHIR Reverse Proxy
4/13/26Less than 1 minute
Purpose
The DSF FHIR Reverse Proxy is the externally reachable Apache HTTP Server based front for the FHIR Server. It terminates TLS, performs client certificate authentication for inbound DSF-to-DSF traffic, optionally accepts OIDC bearer tokens for human users, and forwards authenticated requests to the FHIR Server backend. It is the only component of a DSF instance that should be exposed to the public internet.
Docker Image
- Registry:
ghcr.io/datasharingframework/fhir_proxy - Tag for this release:
2.1.1
Verify Image Signature
Verify the signed image before deploying. See How to Verify Image Signatures for prerequisites, SBOM verification, and troubleshooting.
cosign verify \
ghcr.io/datasharingframework/fhir_proxy:2.1.1@sha256:70792c0783b53a94a706ad671dae726e3a9b18bad1711042d700860edc544b36 \
--certificate-identity-regexp "https://github.com/datasharingframework/dsf/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"