ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 153 forks source link

Fix JWT error: not enough segments (replace api_key with jwt token) #240

Open nikiink opened 2 years ago

nikiink commented 2 years ago

Fixes

Proposed fixes:

Fix error: JWT Not enough segments when calling datapusher. The api_key is replaced with the JWT token generated in ckan.

See ckan/ckan#6619