clean up 2
Some checks failed
Create and publish a Docker image / docker (push) Has been cancelled

This commit is contained in:
Christopher Hase 2025-02-26 16:37:42 +01:00
parent 59b8b74240
commit 4108ac6172

View file

@ -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();