mirror of https://github.com/samply/bridgehead.git
20 lines
843 B
Plaintext
20 lines
843 B
Plaintext
BROKER_ID=broker.ccp-it.dktk.dkfz.de
|
|
BROKER_URL=https://${BROKER_ID}
|
|
PROXY_ID=${SITE_ID}.${BROKER_ID}
|
|
FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
|
|
FOCUS_RETRY_COUNT=32
|
|
REPORTHUB_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
|
|
REPORTHUB_BEAM_SECRET_LONG="ApiKey report-hub.${PROXY_ID} ${REPORTHUB_BEAM_SECRET_SHORT}"
|
|
SUPPORT_EMAIL=support-ccp@dkfz-heidelberg.de
|
|
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
|
|
|
|
# This will load id-management setup. Effective only if id-management configuration is defined.
|
|
source $PROJECT/modules/id-management-setup.sh
|
|
idManagementSetup
|
|
# This will load nngm setup. Effective only if nngm configuration is defined.
|
|
source $PROJECT/nngm-setup.sh
|
|
nngmSetup
|
|
source $PROJECT/exliquid-setup.sh
|
|
exliquidSetup
|
|
mtbaSetup
|