0.0.7 • Published 7 months ago
@infraweave/backstage-plugin-backend v0.0.7
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