-
Notifications
You must be signed in to change notification settings - Fork 3
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
synced-folder plugin not available through CDN #23
Comments
Hi there @lionello thank you for taking the time to file the issue 🙏 I have tried the command above: |
I'm still getting the same error. Funnily enough it only happens with this plugin. Other plugins download fine? If it's just on my system, then I might have something weird here, so feel free to close. |
I tried this as well and didn't have any issues, and the usual cause is indeed API rate-limiting on the GitHub end. @lionello does this repro when you have a |
I'm getting the same error. No change if I add a valid key to the GITHUB_TOKEN local env var, either. |
Having the same issue, specifically with this plugin. Github rate limits are exceeded and the fallback to Is there a reason why synced-folder is not available publicly? The issue is also referenced here: pulumi/actions#815 |
I have also experienced this issue, in my case it was within a Gitlab CI pipeline. Because of docker-in-docker we were having to install this plugin on each run. Would really appreciate a CDN, these rate limits probably don't trigger for anyone doing local development - you only install once. But in CI environments, you end up running installs much more frequently and can easily hit the rate limit if you have multiple projects running on the same agent. |
Binaries for 0.10.2 and 0.11.1 have been published, and future releases should be published automatically.
|
What happened?
Tried to install using
pulumi plugin install resource synced-folder v0.10.2
and failed with 403. Other plugins are available (unauth'ed) from that CloudFront URL, butsynced-folder
is not.Expected Behavior
Expected to be able to download the plugins through the CDN URL (not just GitHub releases)
Steps to reproduce
pulumi plugin install resource synced-folder v0.10.2
:curl
:Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: