ckanext-authkey
CKAN extension to exchange username/password for API Key using Basic Auth.
Installation
To install ckanext-authkey:
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-authkey Python package:
pip install ckanext-authkey
Add authkey to the ckan.plugins setting in your CKAN config file.
Restart CKAN.