datapusher-plus
datapusher-plus copied to clipboard
Rewrite resource URLs
Hey there,
thank's for the greate work on DP+. There is one important feature I'm currently missing:
I'm using DP+ in Kubernetes cluster. Apparently, DP+ can't rewirte resource urls, if callback_url_base
is used. (or am I missing something?)
The Datapusher image of Keitaro implements this (see here).
This is impotant, because without this feature k8s service names (z.B. http://ckan:5000
) can't be used, to keep traffic between CKAN and DP+ inside the cluster network.
Thus, DP+ is not working e.g. in a local dev environment, without a FQDN for CKAN.