Skip to content

DataShades/ckanext-datavicmain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataVic Main

This CKAN extension contains a number of general functions specific to the DataVic IAR and ODP instances.

Access Control Middleware

This extension includes a middleware implementation to restrict access to the CKAN instance for non-logged in users.

This can be controlled by setting the ckan.iar property in the respective config .ini file to True or False.

    ckan.iar = True

The implementation was copied from the existing CKAN 2.2 code here:

https://github.com/salsadigitalauorg/datavic_ckan_2.2/blob/develop/iar/src/ckanext-datavic/ckanext/datavic/plugin.py

Minor adjustments were made to incorporate it into this extension.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.5%
  • HTML 23.4%
  • JavaScript 8.2%
  • CSS 1.9%