mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-03 20:00:21 +02:00
Add DataSHIELD
This commit is contained in:
7
ccp/modules/datashield-setup.sh
Normal file
7
ccp/modules/datashield-setup.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$ENABLE_DATASHIELD" == true ];then
|
||||
log INFO "DataSHIELD setup detected -- will start DataSHIELD services."
|
||||
OVERRIDE+=" -f ./$PROJECT/modules/datashield-compose.yml"
|
||||
fi
|
||||
OPAL_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password for Opal. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
Reference in New Issue
Block a user