Title here
Summary here
July 13, 20262 minutes
POST /depsn-service/pseudonym/translate β resolves an external (project-based) pseudonym to its corresponding internal pseudonym, without reversing to patient data (IDAT). No Apache configuration change required.compose.sh helper script β replaces manual -f chains when starting or stopping the stack. Use flags (--monitoring, --keycloak, --pseudo, --debug) instead of spelling out each compose file.BF_EYEMATICS_* parameters.compose.sh β helper script for launching compose stacks. Flags select which overlay files to include (--pseudo, --keycloak, --monitoring, --debug); file order is always deterministic. Each included file is automatically paired with a matching *.override.yml if present.docker-compose.debug.yml β passes -D DEBUG to httpd, exposing Prometheus UI, Spring Cloud Config Server, and per-service actuator metrics through the proxy. Do not use on production.Strict-Transport-Security (HSTS, 1 year), X-Frame-Options SAMEORIGIN, X-Content-Type-Options nosniff, Referrer-Policy strict-origin-when-cross-origin.WRITE_PROVENANCE β controls whether a FHIR Provenance entry is appended to each processed bundle (defaults to true).BF_EYEMATICS_* parameters).VERSION parameter: VERSION_CONFIG_SERVER, VERSION_WEBAPP_BACKEND, VERSION_WEBAPP_HOME, VERSION_WEBAPP_FRONTEND, VERSION_PSEUDONYMIZATION, VERSION_DEPSEUDONYMIZATION, VERSION_INTERFACE, VERSION_MONITORING.POST /depsn-service/pseudonym/translate β resolves an external pseudonym to its internal counterpart without returning patient IDAT; exposed via existing reverse proxy rules./prometheus endpoints removed from the default Apache proxy config; now only exposed via the debug overlay (--debug).httpd.conf.LEVEL_1_BF_, now BF_NUMCODEX_*).httpd.conf: invalid Options directive that prevented the reverse proxy from starting in some configurations.httpd -D DEBUG command override instead of volume-mounting a separate config file.VERSION env parameter (replaced by per-service version parameters).