Skip to content

Commit

Permalink
Imported roadiehq http request plugin (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Mani Marothu <[email protected]>
Co-authored-by: Mani Marothu <[email protected]>
  • Loading branch information
mmaroth and mani-marothu-scf-guest authored Oct 7, 2024
1 parent 9232d63 commit 135c0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@internal/backstage-plugin-terraform-backend": "^0.1.0",
"@kubernetes/client-node": "~0.20.0",
"@roadiehq/backstage-plugin-argo-cd-backend": "3.0.2",
"@roadiehq/scaffolder-backend-module-http-request": "^4.3.5",
"@roadiehq/scaffolder-backend-module-utils": "^1.17.0",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ backend.add(import('@backstage/plugin-kubernetes-backend/alpha'));
// roadie plugins
backend.add(import('@roadiehq/scaffolder-backend-module-utils/new-backend'));
backend.add(legacyPlugin('argocd', import('./plugins/argocd')));
backend.add(
import('@roadiehq/scaffolder-backend-module-http-request/new-backend'),
);
// cnoe plugins
backend.add(authModuleKeycloakOIDCProvider);
backend.add(cnoeScaffolderActions);
Expand Down

0 comments on commit 135c0cb

Please sign in to comment.