janus-idp / backstage-showcase

Enterprise-ready Backstage distribution

Home Page:https://showcase.janus-idp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bad ux: Plugin-in needs to be enabled in three places

kadel opened this issue · comments

What do you want to improve?

Currently If I want to enable plugin I have to change it in
app-config.yaml for example enabled.githubOrg: true and then I have to also enable it in dynamic-plugins.default.yaml, there it looks like we have also two options to enable/disable plugin

    disabled: false
    pluginConfig:
      enabled:
        githubOrg: true

it should be controlled from one place and look like this:

    disabled: false
    pluginConfig:
       . . . . .