You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ wkg get wasi:fake
No version specified; fetching version list...
Error: OCI error: Authentication failure: {"errors":[{"code":"DENIED","message":"requested access to the resource is denied"}]}
Caused by:
Authentication failure: {"errors":[{"code":"DENIED","message":"requested access to the resource is denied"}]}
Options:
Find a way to distinguish between "not found" and (actual) "bad auth". This will require some research; I'm not confident that this is even possible with ghcr.io
Add an option to the well-known registry.json indicating "this OCI registry doesn't use auth, so treat auth failure as 'not found'"
Reword the error message to reflect the ambiguity, e.g. "Package not found or access denied"
Options:
registry.json
indicating "this OCI registry doesn't use auth, so treat auth failure as 'not found'"Ref #37
The text was updated successfully, but these errors were encountered: