0.0.7 • Published 7 months ago

@infraweave/backstage-plugin-backend v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

InfraWeave Backstage Backend Plugin

This is the backend plugin which has access to more sensitive things like the github access token server-side.

You can configure settings in app-config.yaml:

infraweave-backend:
  authPolicy:
    allow: user-cookie # either user-cookie or unauthenticated
  github:
    url: https://api.github.com
    accessToken:
      $env: GITHUB_ACCESS_TOKEN
  gitlab:
    url: https://gitlab.com/api/v4
    accessToken:
      $env: GITLAB_ACCESS_TOKEN
0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

8 months ago