From f7a8ee39d85b79da918e3ad61361911c4eb188ab Mon Sep 17 00:00:00 2001 From: MuhannadBaraghith Date: Tue, 9 Jan 2024 13:54:36 +0100 Subject: [PATCH] Changed: used images in cbioportal-database and cbioportal from local images to bridgehead --- ccp/modules/cbioportal-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/modules/cbioportal-setup.sh b/ccp/modules/cbioportal-setup.sh index 0f4e621..1458c53 100644 --- a/ccp/modules/cbioportal-setup.sh +++ b/ccp/modules/cbioportal-setup.sh @@ -1,8 +1,8 @@ #!/bin/bash -e -# if [ "$ENABLE_CBIOPORTAL" == true ]; then + if [ "$ENABLE_CBIOPORTAL" == true ]; then log INFO "cBioPortal setup detected -- will start cBioPortal service." OVERRIDE+=" -f ./$PROJECT/modules/cbioportal-compose.yml" CBIOPORTAL_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password for the cbioportal database. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)" CBIOPORTAL_DB_ROOT_PASSWORD="$(echo \"This is a salt string to generate one consistent root password for the cbioportal database. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 64)" -# fi + fi