Extension Datasetpermissioning


Extension Basics

Title
Datasetpermissioning
Name
ckanext-datasetpermissioning
Type
Public extension
Description
The `datasetpermissioning` extension for CKAN enhances data privacy by allowing administrators to grant specific users read access to private datasets.
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-10-03 16:01:53)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

ckanext-datasetpermissioning

This CKAN extension allows private datasets to be viewed by an extra set of users that may be selected when creating the dataset.

It provides a scheming choices helper that returns a list of non-syadmin users (sysadmin users can see all private datasets anyway) to give read access.

Requires ckanext-scheming and the IPermissionLabels feature in recent version of CKAN.

Config settings:

ckan.plugins = datasetpermissioning

Add a this field to your dataset schema:

#  extra view-only permission on this dataset for users selected here
- field_name: view_users
  label: View Permissions
  preset: multiple_select
  choices_helper: nonsysadmin_user_choices
  display_snippet: null
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
datasetpermissioning
CKAN Settings (ckan.ini)
# ckan.plugins = datasetpermissioning
DB migration to be executed
(not set)
<< back to Extensions