microsite: Add GitHub Apps documentation

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-03-02 09:25:01 +01:00
parent ae30b916df
commit a8eb2b45e3
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
# Using GitHub Apps for Backend Authentication
---
id: github-apps
title: GitHub Apps for Backend Authentication
description: Configure GitHub Apps for Backend Authentication
---
Backstage can be configured to use GitHub Apps for backend authentication. This
comes with advantages such as higher rate limits and that Backstage can act as
+2 -2
View File
@@ -132,7 +132,8 @@
"ids": [
"plugins/proxying",
"plugins/backend-plugin",
"plugins/call-existing-api"
"plugins/call-existing-api",
"plugins/github-apps"
]
},
{
@@ -165,7 +166,6 @@
"auth/glossary",
"auth/auth-backend-classes"
],
"Designing for Backstage": [
"dls/design",
"dls/contributing-to-storybook",