Skip to content

infraweave-io/backstage-plugin-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published