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

v0.11.1 can’t be downloaded from CDN #56

Closed
pierskarsenbarg opened this issue Dec 21, 2023 · 4 comments
Closed

v0.11.1 can’t be downloaded from CDN #56

pierskarsenbarg opened this issue Dec 21, 2023 · 4 comments
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec resolution/duplicate This issue is a duplicate of another issue

Comments

@pierskarsenbarg
Copy link
Member

What happened?

Customer reporting that they try to access the provider from get.pulumi.com but getting 403.

I’ve confirmed this when I go straight to the url

Example

Going to https://get.pulumi.com/releases/plugins/pulumi-resource-synced-folder-v0.11.1-linux-amd64.tar.gz in a browser returns a 403

Running pulumi plugin install resource synced-folder v0.11.1 --server https://get.pulumi.com/releases/plugins/pulumi-resource-synced-folder-v0.11.1-linux-amd64.tar.gz gives

[resource plugin synced-folder-0.11.1] installing
error: [resource plugin synced-folder-0.11.1] downloading from https://get.pulumi.com/releases/plugins/pulumi-resource-synced-folder-v0.11.1-linux-amd64.tar.gz: failed to download plugin: synced-folder-0.11.1: 403 HTTP error fetching plugin from https://get.pulumi.com/releases/plugins/pulumi-resource-synced-folder-v0.11.1-linux-amd64.tar.gz/pulumi-resource-synced-folder-v0.11.1-darwin-amd64.tar.gz

Output of pulumi about

N/a

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).

@github-actions github-actions bot added the needs-triage Needs attention from the triage team label Dec 21, 2023
@pierskarsenbarg pierskarsenbarg added p1 A bug severe enough to be the next item assigned to an engineer kind/bug Some behavior is incorrect or out of spec labels Dec 21, 2023
@AaronFriel AaronFriel self-assigned this Dec 21, 2023
@AaronFriel AaronFriel added resolution/duplicate This issue is a duplicate of another issue and removed needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Dec 21, 2023
@AaronFriel
Copy link
Contributor

Duplicated here: #56

@lukehoban
Copy link

lukehoban commented Dec 23, 2023

Duplicated here: #56

Actually #23 and pulumi/actions#815 (and pulumi/pulumi-metabase#3 for a similar issue with another package that isn't in get.pulumi.com).

@AaronFriel
Copy link
Contributor

Tracking this in #23.

@cnunciato
Copy link
Contributor

cnunciato commented Jan 2, 2024

Just to close the loop, this was fixed with #57:

$ pulumi plugin install resource synced-folder v0.11.1 --server https://get.pulumi.com/releases/plugins
[resource plugin synced-folder-0.11.1] installing
Downloading plugin: 45.80 MiB / 45.80 MiB [=========================] 100.00% 3s

$ pulumi plugin ls
NAME           KIND      VERSION  SIZE    INSTALLED      LAST USED
synced-folder  resource  0.11.1   353 MB  8 seconds ago  8 seconds ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec resolution/duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants