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
E.g. pulling an artifact and the target credential cannot be found in the config, current output will be like:
$ oras pull localhost:7000/repo:tag --registry-config auth.configError: failed to resolve tag: GET "http://localhost:7000/v2/repo/manifests/tag": credential required for basic auth
The error message is not helpful since
It's purely a local error but contains details like HTTP method and URI
Doesn't mention how to fix the issue
Suggest to change the error to sth like:
$ oras pull localhost:7000/repo:tag --registry-config auth.configError: failed to authenticate when attempting to pull: no valid credential found in auth.configPlease check whether the registry credential stored in the authentication file is correct
The text was updated successfully, but these errors were encountered:
E.g. pulling an artifact and the target credential cannot be found in the config, current output will be like:
The error message is not helpful since
Suggest to change the error to sth like:
The text was updated successfully, but these errors were encountered: