feat: proper activation of config-api plugins #1626
Labels
comp-docker-jans-config-api
kind-enhancement
Issue or PR is an enhancement to an existing functionality
kind-feature
Issue or PR is a new feature request
Milestone
Is your feature request related to a problem? Please describe.
In
janssenproject/config-api
image, plugins activation is determined byCN_CONFIG_API_PLUGINS
environment variable. For example, to activateadmin-ui
plugin, set the envCN_CONFIG_API_PLUGINS=admin-ui
. However, this env overlaps with shell function inentrypoint.sh
(where the function will copy all available plugins even they are not defined inCN_CONFIG_API_PLUGINS
env).Describe the solution you'd like
The plugins activation (including copying plugin assets, configuration, etc) should be determined via
CN_CONFIG_API_PLUGINS
env.Additional context
Available plugins:
admin-ui
scim
fido2
(TBA)user-mgt
(TBA)The text was updated successfully, but these errors were encountered: