wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
18.97k stars 812 forks source link

WAPM registry giving 403 access denied #4274

Open laurensV opened 1 year ago

laurensV commented 1 year ago

https://registry-cdn.wapm.io/ gives a 403 AccessDenied message for all links..

theduke commented 1 year ago

The old registry was migrated to wasmer.io a few months ago.

Packages are now only available there.

theduke commented 1 year ago

Note: you can download a package with curl -H "accept: application/webc" https://wasmer.io/namespace/package[@version].

theduke commented 1 year ago

@laurensV we restored access to the old URLs for now.

Michael-F-Bryan commented 1 year ago

@theduke note that access to the old URLs will be removed again at some point. To facilitate private packages, we're moving access to all package files over to signed URLs so everything will need to go through the -H "Accept: application/webc" mechanism.

stale[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.