mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
Added test root certs and logic for beam to use test brokers
This commit is contained in:
@ -6,6 +6,13 @@ if [ "${ENABLE_ERIC}" == "true" ]; then
|
||||
|
||||
# Set required variables
|
||||
ERIC_BROKER_ID=broker.bbmri.samply.de
|
||||
ERIC_ROOT_CERT=eric
|
||||
|
||||
if [ "{$ENABLE_TEST}" == "true" ]; then
|
||||
ERIC_BROKER_ID=broker-test.bbmri-test.samply.de
|
||||
ERIC_ROOT_CERT=eric.test
|
||||
fi
|
||||
|
||||
ERIC_BROKER_URL=https://${ERIC_BROKER_ID}
|
||||
ERIC_PROXY_ID=${SITE_ID}.${ERIC_BROKER_ID}
|
||||
ERIC_FOCUS_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
|
||||
|
Reference in New Issue
Block a user