Create a configuration flag for multi tenant instance
pkiraly opened this issue · 1 comments
pkiraly commented
A multi tenant instance of QA catalogue serves UI for multiple libraries. In this case we have to separate configuration options for different libraries, such as
functionality[libraryA] = true
ensures that functionality
will work for libraryA
, but not for other libraries, while
functionality = true
enables functionality
for all libraries.
In a non multi tenant instance
functionality = true
enables the functionality
.
The suggested configuration option is
multitenant = true|false