-
Notifications
You must be signed in to change notification settings - Fork 161
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
Convert Knative Prow into a GitHub app #2962
Labels
Comments
kubernetes's prow instance has been running as Github App for sometime now. References:
|
/assign |
Followed the documentations to manually apply the changes and manually did the test. Confirmed the migration has been successful. Below are the PRs needed for the migration: |
One more fix for the GitHub ops Prow jobs: |
The migration has been done. Marking this issue as fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the number of repos in Knative grows, there'll be issues in authenticating to the GitHub APIs with the GitHub Personal Access Token, since the rate limit is always 5000 per hour. To make it more scalable and secure, it'll be nice to convert Knative Prow into a GitHub app.
After it's converted into a GitHub app, the Prow jobs for peribolos, label_sync and branchprotector should also be switched to authenticate as GitHub app, to bypass the token rate limit.
More contexts in https://docs.google.com/document/d/1q9NagH0xB2vcuK-TC_X6V_LHc0syBrNrLqiuAQ8zGWY/edit#heading=h.66y4kqbj468a
The text was updated successfully, but these errors were encountered: