update docs

Signed-off-by: Kyle Smith <kyle.smith@salsify.com>
This commit is contained in:
Kyle Smith
2021-09-23 10:41:30 -04:00
parent 046410ee42
commit 0dea4449f4
2 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -54,12 +54,12 @@ const builder = await CatalogBuilder.create(env);
builder.setRefreshIntervalSeconds(300);
```
Alternatively, or additionally, you can use the [github-apps plugin] which
carries a much higher rate limit at GitHub.
Alternatively, or additionally, you can configure [github-apps] authentication
which carries a much higher rate limit at GitHub.
This is true for any method of adding GitHub entities to the catalog, but
especially easy to hit with automatic discovery.
[rate limits]:
https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
[github-apps plugin]: ../../plugins/github-apps.md
[github-apps]: ../../plugins/github-apps.md
+4 -2
View File
@@ -60,5 +60,7 @@ preferred.
## Authentication with GitHub Apps
Alternatively, Backstage can use GitHub Apps for backend authentication. This
has higher rate limits, and a clearer authorization model. See the
[github-apps plugin](../../plugins/github-apps.md) for how to set this up.
has higher rate limits, and a clearer authorization model. See [github-apps] for
how to set this up.
[github-apps]: ../../plugins/github-apps.md