Extension Iauth


Extension Basics

Title
Iauth
Name
ckanext-iauth
Type
Public extension
Description
The `iauth` extension for CKAN provides a centralized collection of customized authorization functi
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-11-16 12:26:01)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/KatharinaSack/ckanext-iauth.svg?branch=master :target: https://travis-ci.org/KatharinaSack/ckanext-iauth

.. image:: https://coveralls.io/repos/KatharinaSack/ckanext-iauth/badge.svg :target: https://coveralls.io/r/KatharinaSack/ckanext-iauth

.. image:: https://pypip.in/download/ckanext-iauth/badge.svg :target: https://pypi.python.org/pypi//ckanext-iauth/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-iauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-iauth/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-iauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-iauth/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-iauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-iauth/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-iauth/badge.svg :target: https://pypi.python.org/pypi/ckanext-iauth/ :alt: License

=============

ckanext-iauth

.. Represents a collection of all authorization functions required by various CCCA-plugins

Also modifies the rights if the EDITOR role: Only modifiy and delete your own dataset

Private datasets are private: Only owner (and Admins) can see private datasets

Also: Members of special_org are only allowed to create subsets or provide resource links

Parameter in Development/Production.ini:

ckanext.iauth.editor_modified = true ckanext.iauth.special_org = ccca-extern


Requirements

For example, you might want to mention here which versions of CKAN this extension works with.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python depen

Version
1.0
Version release date
2017-12-12
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
iauth
CKAN Settings (ckan.ini)
# ckanext.iauth.editor_modified = true
# ckanext.iauth.special_org = ccca-extern
# ckanext.iauth.editor_modified = true
DB migration to be executed
(not set)
<< back to Extensions