Extension Auth Key


Extension Basics

Title
Auth Key
Name
ckanext-authkey
Type
Public extension
Description
CKAN extension for exchanging username/password for an API key via Basic Auth.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-05-04 20:45:44)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

ckanext-authkey

CKAN extension to exchange username/password for API Key using Basic Auth.

Installation

To install ckanext-authkey:

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-authkey Python package:

    pip install ckanext-authkey
    
  3. Add authkey to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

Version
0.0.1
Version release date
2016-01-01
Contact name
Development Seed
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Enables Basic Auth for API key generation.

Plugins to configure (ckan.ini)
authkey
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions