Merge pull request #13542 from afscrome/feature/OptimiseGithubAccessTokens

Optimise GitHub access tokens
This commit is contained in:
Johan Haals
2022-09-09 13:11:11 +02:00
committed by GitHub
4 changed files with 140 additions and 37 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/integration': patch
---
Improved caching around github app tokens.
Tokens are now cached for 50 minutes, not 10.
Calls to get app installations are also included in this cache.
If you have more than one github app configured, consider adding `allowedInstallationOwners` to your apps configuration to gain the most benefit from these performance changes.