Skip to content

Instantly share code, notes, and snippets.

@padupe
Created February 25, 2023 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padupe/bf15bb06c0fb862ccfc603f0f3a345eb to your computer and use it in GitHub Desktop.
Save padupe/bf15bb06c0fb862ccfc603f0f3a345eb to your computer and use it in GitHub Desktop.
[Backstage] Getting Started GitHub Integration on a Backstage Instance
# app-config.yaml

[...]
+ integrations:
+   github:
+     - host: github.com
+       apps:
+         - $include: github-app-backstage-tutorial-medium-credentials.yaml
[...]
+ catalog:
+   rules:
+     - allow: [Component, Group, User, Resource, Location, Template]
+   providers:
+     github:
+       tutorialBS:
+         organization: 'Tutorial-Backstage'
+         catalogPath: '/catalog-info.yaml'
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment