Ticket #869 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Add plugin interface to allow editing and extending of config by extensions

Reported by: rgrp Owned by: rgrp
Priority: critical Milestone: ckan-v1.3-sprint-1
Component: ckan Keywords:
Cc: Repository:
Theme:

Description

Use case: extensions need to add to template and public search paths if they wish to have templates or extra static files (such as js etc).

Allowing plugins to edit the config dictionary on load would allow this (and more!).

Are there any security considerations here? (Is is bad to allow extensions to make arbitrary changes to the config information?)

Change History

comment:1 Changed 3 years ago by rgrp

  • Status changed from new to closed
  • Resolution set to fixed

Closed by cset:83734b5e251c which implements an IConfigurer interface.

comment:2 Changed 3 years ago by rgrp

  • Milestone changed from ckan-v1.3 to ckan-v1.3-sprint-1
Note: See TracTickets for help on using tickets.