Skip to content

Instantly share code, notes, and snippets.

@padupe
Created February 25, 2023 18:15
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/d92756749b5f5e60a5117232ee85c866 to your computer and use it in GitHub Desktop.
Save padupe/d92756749b5f5e60a5117232ee85c866 to your computer and use it in GitHub Desktop.
[Backstage] Getting Started GitHub Authentication on a Backstage Instance
# app-config.yaml
[...]

+ auth:
+   environment: development
+   providers:
+     github:
+       development:
+         clientId: ${GITHUB_AUTH_CLIENT_ID}
+         clientSecret: ${GITHUB_AUTH_CLIENT_SECRET}

[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment