feat: Configure beam-connect to trust ds-orchestrator beam proxy

This commit is contained in:
janskiba 2024-08-28 11:28:47 +00:00
parent b9f0bf7064
commit ba03f1f097
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -10,5 +10,6 @@
"essen",
"dktk-datashield-test",
"dktk-test",
"mannheim"
"mannheim",
"central-ds-orchestrator"
]