@humanitec/backstage-plugin-backend
TypeScript icon, indicating that this package has built-in type declarations

0.8.4 • Public • Published

@humanitec/backstage-plugin-backend

@humanitec/backstage-plugin-backend is a plugin for the Backstage backend app. It provides a route that @humanitec/backstage-plugin will use to connect to Humanitec API.

Installation

  1. Install @humanitec/backstage-plugin-backend plugin with,
yarn workspace backend add @humanitec/backstage-plugin-backend
  1. Add the plugin in ./packages/backend/src/index.ts to your backend,
+ backend.add(import('@humanitec/backstage-plugin-backend'));

backend.start();
  1. Add configuration to app-config.yaml
humanitec:
  orgId: the-frontside-software-inc
  token: ${HUMANITEC_TOKEN}

Readme

Keywords

none

Package Sidebar

Install

npm i @humanitec/backstage-plugin-backend

Weekly Downloads

154

Version

0.8.4

License

Apache-2.0

Unpacked Size

21.2 kB

Total Files

11

Last publish

Collaborators

  • louisbennett
  • aziz.haddad
  • humanitec2