You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ckan behind a proxy which uses another internal authentication. Datapusher Plus (on the fixing-issues) branch is mostly aware of the CKAN__DATAPUSHER__CALLBACK_URL_BASE, but seems to be missing the DATAPUSHER_REWRITE_RESOURCES parameter present in the original datapusher implementation. This leads to an error while fetching data from the CKAN instance, while ironically the worker is on the same host/container in my case.
I am using ckan behind a proxy which uses another internal authentication. Datapusher Plus (on the
fixing-issues
) branch is mostly aware of theCKAN__DATAPUSHER__CALLBACK_URL_BASE
, but seems to be missing the DATAPUSHER_REWRITE_RESOURCES parameter present in the original datapusher implementation. This leads to an error while fetching data from the CKAN instance, while ironically the worker is on the same host/container in my case.datapusher-plus/ckanext/datapusher_plus/logic/action.py
Line 173 in d28570f
The text was updated successfully, but these errors were encountered: