@humanitec/backstage-plugin-backend-dynamic
v0.8.4
Published
---
Downloads
184
Readme
@humanitec/backstage-plugin-backend-dynamic
:warning: This is the dynamic version of a Backstage plugin intended for Red Hat Developer Hub. If you are interest in the regular Humanitec Backstage plugins, checkout the README. :warning:
@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
- Install
@humanitec/backstage-plugin-backend
plugin with,
yarn workspace backend add @humanitec/backstage-plugin-backend
- Add the plugin in
./packages/backend/src/index.ts
to your backend,
+ backend.add(import('@humanitec/backstage-plugin-backend'));
backend.start();
- Add configuration to
app-config.yaml
humanitec:
orgId: the-frontside-software-inc
token: ${HUMANITEC_TOKEN}