mirror of https://github.com/samply/bridgehead.git
feat: Configure beam-connect to trust ds-orchestrator beam proxy
This commit is contained in:
parent
bc0f46ecc9
commit
83b653e0c3
|
@ -33,7 +33,7 @@ if [ "$ENABLE_DATASHIELD" == true ]; then
|
|||
echo "$sites" | docker_jq -n --args '[{
|
||||
"external": "'"$SITE_ID"':443",
|
||||
"internal": "opal:8443",
|
||||
"allowed": input | map("datashield-connect.\(.).'"$BROKER_ID"'")
|
||||
"allowed": input | map("\(.).'"$BROKER_ID"'")
|
||||
}]' >/tmp/bridgehead/opal-map/local.json
|
||||
if [ "$USER" == "root" ]; then
|
||||
chown -R bridgehead:docker /tmp/bridgehead
|
||||
|
|
|
@ -10,5 +10,6 @@
|
|||
"essen",
|
||||
"dktk-datashield-test",
|
||||
"dktk-test",
|
||||
"mannheim"
|
||||
"mannheim",
|
||||
"central-ds-orchestrator"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue