feat: Configure beam-connect to trust ds-orchestrator beam proxy (#220)

This commit is contained in:
Jan 2024-08-29 09:07:50 +02:00 committed by GitHub
parent b9f0bf7064
commit 3fe781255b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
]