feat: allow transfair to talk to services behind the proxy (#296)

This commit is contained in:
Jan
2025-05-09 13:52:33 +02:00
committed by GitHub
parent 844ce3386e
commit 96ff6043a1
2 changed files with 6 additions and 0 deletions

View File

@ -27,5 +27,9 @@ function transfairSetup() {
else
log INFO "TransFAIR configured without ttp"
fi
TRANSFAIR_NO_PROXIES="transfair-input-blaze,blaze,transfair-requests-blaze"
if [ -n "${TRANSFAIR_NO_PROXY}" ]; then
TRANSFAIR_NO_PROXIES+=",${TRANSFAIR_NO_PROXY}"
fi
fi
}