Extension Glasgow


Extension Basics

Title
Glasgow
Name
ckanext-glasgow
Type
Public extension
Description
CKAN Extensions specific to Open Glasgow
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-08-23 09:20:27)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

ckanext-glasgow

Build Status

CKAN Extensions specific to Open Glasgow

Configuration options

## Authorization Settings

ckan.auth.anon_create_dataset = false
ckan.auth.create_unowned_dataset = false
ckan.auth.create_dataset_if_not_in_organization = false
ckan.auth.user_create_groups = true
ckan.auth.user_create_organizations = true
ckan.auth.user_delete_groups = true
ckan.auth.user_delete_organizations = true
ckan.auth.create_user_via_api = false
ckan.auth.create_user_via_web = true
ckan.auth.roles_that_cascade_to_sub_groups = admin


## Search Settings

ckan.site_id = glasgow


## Plugins Settings

ckan.plugins = stats text_preview recline_preview glasgow_schema glasgow_harvest ec_changelog_harvester ec_initial_harvester oauth2waad

# Local mock API
#ckanext.glasgow.data_collection_api=http://localhost:7070
#ckanext.glasgow.metadata_api=http://localhost:7070
ckanext.glasgow.data_collection_api=http://gccctpecdatacollectionservicesint.cloudapp.net:8080
ckanext.glasgow.metadata_api=http://gccctpecmetadataservicesint.cloudapp.net:8081

# Only if auth is not in place
ckanext.glasgow.tmp_auth_token_file=/home/okfn/tmp_auth_token.txt

# OAuth 2.0 WAAD settings
ckanext.oauth2waad.client_id = ...
# Change to relevant server
ckanext.oauth2waad.redirect_uri = https://localhost:5000/_waad_redirect_uri
ckanext.oauth2waad.auth_endpoint = https://login.windows.net/common/oauth2/authorize
ckanext.oauth2waad.auth_token_endpoint = https://login.windows.net/common/oauth2/token
ckanext.oauth2waad.resource = http://GCCCTPECServicesINT.cloudapp.net:8080/
ckanext.oauth2waad.csrf_secret = ...

## Storage Settings

ckan.storage_path = ...
Version
Version release date
(not set)
Contact name
TangSan
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

options

Plugins to configure (ckan.ini)
stats text_preview recline_preview glasgow_schema glasgow_harvest ec_changelog_harvester ec_initial_harvester oauth2waad
CKAN Settings (ckan.ini)
# ckanext.glasgow.data_collection_api=http://localhost:7070
# ckanext.glasgow.metadata_api=http://localhost:7070
# ckanext.glasgow.data_collection_api=http://gccctpecdatacollectionservicesint.cloudapp.net:8080
# ckanext.glasgow.metadata_api=http://gccctpecmetadataservicesint.cloudapp.net:8081
# ckanext.glasgow.tmp_auth_token_file=/home/okfn/tmp_auth_token.txt
# ckanext.oauth2waad.client_id = ...
# ckanext.oauth2waad.redirect_uri = https://localhost:5000/_waad_redirect_uri
# ckanext.oauth2waad.auth_endpoint = https://login.windows.net/common/oauth2/authorize
# ckanext.oauth2waad.auth_token_endpoint = https://login.windows.net/common/oauth2/token
# ckanext.oauth2waad.resource = http://GCCCTPECServicesINT.cloudapp.net:8080/
DB migration to be executed
(not set)
<< back to Extensions