Closed pierskarsenbarg closed 11 months ago
Duplicated here: https://github.com/pulumi/pulumi-synced-folder/issues/56
Duplicated here: https://github.com/pulumi/pulumi-synced-folder/issues/56
Actually #23 and https://github.com/pulumi/actions/issues/815 (and https://github.com/pulumi/pulumi-metabase/issues/3 for a similar issue with another package that isn't in get.pulumi.com).
Tracking this in #23.
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
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
givesOutput 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).