Patrick Zeller

Results 3 issues of Patrick Zeller

Datapusher does not upload csv automatically anymore after recent update to the datapusher Dockerfile. I found this new behavior on my ckan 2.8 setup after pulling your changes to the...

import.files.location -> import.files.locations **What this PR does / why we need it**: CLI option name is wrong in IMPORT.md. It is correct in e.g. README.md. **Which issue this PR fixes**...

When jwt is enabled via env/config, tokens are accepted without verification. I tested this with expired but otherwise valid tokens. The token is decoded with ```jwt.decode(access_token, verify=False)```. As far as...