Skip to content

Commit

Permalink
fix: change arborist url to internal one
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse authored Nov 1, 2023
1 parent 95327c3 commit b97c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/kube-setup-ohdsi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ setup_secrets() {
export DB_HOST=$(jq -r ".db_host" <<< "$dbcreds")

export FENCE_URL="https://${hostname}/user/user"
export ARBORIST_URL="https://${hostname}/auth/mapping"
export ARBORIST_URL="http://arborist-service/auth/mapping"
export FENCE_METADATA_URL="https://${hostname}/.well-known/openid-configuration"
export FENCE_CLIENT_ID=$(jq -r ".FENCE_CLIENT_ID" <<< "$appcreds")
export FENCE_CLIENT_SECRET=$(jq -r ".FENCE_CLIENT_SECRET" <<< "$appcreds")
Expand Down

0 comments on commit b97c581

Please sign in to comment.