Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[download-microservice] Auth All GitHub Requests #131

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

confused-Techie
Copy link
Member

Up until now we have had no authentication on the download microservice.

With not enough consistent traffic to justify the setup and managing of keys.

But just recently we have been seeing consistent failures when users attempt to download rolling release versions and after #130 we can view the data returned from GitHub to discover we are actually running out of generic rate limit requests allotted. Which means we are having more than 60 requests for rolling releases per hour, which is insane in it's own right.

This PR adds the capabilities of the download microservice to get credentials to authenticate to GitHub to ensure we don't run out of these requests.

@confused-Techie confused-Techie merged commit e88430e into main Feb 1, 2024
1 check passed
@confused-Techie confused-Techie deleted the download/auth-requests branch February 1, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants