[Koha-bugs] [Bug 25370] Create allowlist of plugins allowed to be installed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 9 04:33:16 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25370

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
The challenge is how to define this configuration, but I think I could use the
same idea I had at
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28498#c4

Set up a configuration file called /etc/koha/plugin-allowlist.yml and then
point each Koha instance at that file via koha-conf.xml. That also allows for
the possibility to have 99% of instances using the generic allow list while
some instances could be configured using
/etc/koha/sites/INSTANCE/plugin-allowlist.yml to provide a different list.

(I still want to replace koha-conf.xml, but creating Koha::Config->file() with
caching layers is beyond what I want to do right now...)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list