| title | BPE Reverse Proxy |
|---|---|
| icon | module |
The DSF BPE Reverse Proxy is an Apache HTTP Server based front for the BPE Server. It terminates TLS for the BPE's web UI and OIDC-authenticated administrative endpoints, and forwards authenticated requests to the BPE backend. Unlike the FHIR Reverse Proxy, it is intended for internal operator and administrator access only, not for DSF-to-DSF traffic.
- Registry:
ghcr.io/datasharingframework/bpe_proxy - Tag for this release:
{{release.tag}}
Verify the signed image before deploying. See How to Verify Image Signatures for prerequisites, SBOM verification, and troubleshooting.
cosign verify \
{{release.image.bpe_proxy}}@sha256:{{release.digest.bpe_proxy}} \
--certificate-identity-regexp "https://github.com/datasharingframework/dsf/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"