feature: add osiris2fhir in cce and minor fixes

This commit is contained in:
Pierre Delpy
2026-03-17 13:35:58 +01:00
parent c1de9b8314
commit 5e9590736b
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [ -n "$ENABLE_OSIRIS2FHIR" ]; then
log INFO "OSIRIS2FHIR-REST setup detected -- will start osiris2fhir module."
OVERRIDE+=" -f ./pscc/modules/osiris2fhir-compose.yml"
LOCAL_SALT="$(echo \"local-random-salt\" | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
fi