Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.04 KB

Tests

ckanext-permissions

The extension allows you to build a Access Control List (ACL) system within CKAN.

image.png

The extension has a 3 default roles: anonymous, user and sysadmin. And allows you to define custom roles.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 and earlier no
2.10+ yes

Installation

Install it from pypi (TBD) or from source if you know what you are doing. Refer to CKAN documentation to know, how to install extension from source.

Config settings

TBD

Tests

To run the tests, do:

pytest --ckan-ini=test.ini --cov=ckanext.permissions

License

AGPL