mirror of https://github.com/samply/bridgehead.git
chore: update datashield beam-connect mappings
This commit is contained in:
parent
eac9374815
commit
96c1b8ede5
|
@ -22,7 +22,7 @@ if [ "$ENABLE_DATASHIELD" == true ]; then
|
|||
echo '[{
|
||||
"external": "'$SITE_ID':443",
|
||||
"internal": "opal:8443",
|
||||
"allowed": ["datashield-connect.request-manager.'$BROKER_ID'"]
|
||||
"allowed": ["central-ds-orchestrator.'$BROKER_ID'"]
|
||||
}]' > /tmp/bridgehead/opal-map/local.json
|
||||
if [ "$USER" == "root" ]; then
|
||||
chown -R bridgehead:docker /tmp/bridgehead
|
||||
|
|
Loading…
Reference in New Issue