-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hydra (Webhook integration with uData)
We're using the following Hydra configuration for Webhook integration with uData:
# -- Webhook integration config -- #
WEBHOOK_ENABLED = true
UDATA_URI = "http://127.0.0.1/api/2"
UDATA_URI_API_KEY = "API KEY OF AN ADMIN USER IN UDATA"
With this configuration in place, the Hydra worker fails with the following error:
aiohttp.client_exceptions.ConnectionTimeoutError: Connection timeout to host https://172.31.204.12/api/2/datasets/6692ee4d2d0f916340c394b3/resources/878949df-7474-45f8-9aa5-eb148baf8dee/extras/
However, if we comment out the line with UDATA_URI_API_KEY, the worker starts running again, but we then get the following message:
ERROR UDATA_* config is not set, not sending callbacksReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels