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

rules_buf tries to fetch plugins, despite not being used #83

Open
AngerM opened this issue Aug 20, 2024 · 2 comments
Open

rules_buf tries to fetch plugins, despite not being used #83

AngerM opened this issue Aug 20, 2024 · 2 comments

Comments

@AngerM
Copy link

AngerM commented Aug 20, 2024

We use buf only for linting, yet rules_buf appears to be making calls to the remote plugins leading to errors like:

rules_buf_toolchains/versions.json: GET returned 403 rate limit exceeded

rules_buf shouldn't be making these calls if we aren't using remote plugins

@srikrsna-buf
Copy link
Member

Hey! it downloads buf cli and the lint, breaking plugin from GitHub releases. It doesn't make any calls to remote plugins. The error you are seeing seems to be rate limit from GitHub, are you seeing this in CI?

@AngerM
Copy link
Author

AngerM commented Aug 23, 2024

Hmm, shouldn't that be cached? What is the URL its trying to download? I ask because our other git and gh command tools continue to work without issue, but rules_buf was breaking for a lot of users.

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

No branches or pull requests

2 participants