microsite: Add GitHub Apps documentation
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user