@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user