This commit is contained in:
parent
59b8b74240
commit
4108ac6172
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
//import { legacyPlugin } from '@backstage/backend-common';
|
||||
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
|
||||
import { authModuleKeycloakOIDCProvider } from './plugins/auth';
|
||||
import { cnoeScaffolderActions } from './plugins/scaffolder';
|
||||
|
||||
|
||||
|
@ -37,6 +39,7 @@ backend.add(
|
|||
import('@roadiehq/scaffolder-backend-module-http-request/new-backend'),
|
||||
);
|
||||
// cnoe plugins
|
||||
backend.add(authModuleKeycloakOIDCProvider);
|
||||
backend.add(cnoeScaffolderActions);
|
||||
|
||||
backend.start();
|
||||
|
|
Loading…
Reference in a new issue