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
We get weird (MISSING) delimiters and other hard-to-read output when failing to login with correct credentials against a notary-server with auth (like https://notary.docker.io)
notary 🐳 $ bin/notary -s https://<URL> publish <REPO>
Pushing changes to <REPO>
Enter username: <USERNAME>
Enter password:
* fatal: token auth attempt for registry: https://<URL>/auth/token?account=<USERNAME>&scope=repository%!A(MISSING)d<URL>%!F(MISSING)<ORG>%!F(MISSING)<REPO>%!A(MISSING)push%!C(MISSING)pull&service=<URL> request failed with status: 401 Unauthorized
I've added in <URL>, <REPO>, <USERNAME>, and <ORG> myself, but the %!F(MISSING) output is straight from the terminal
The text was updated successfully, but these errors were encountered:
We get weird
(MISSING)
delimiters and other hard-to-read output when failing to login with correct credentials against a notary-server with auth (likehttps://notary.docker.io
)I've added in
<URL>
,<REPO>
,<USERNAME>
, and<ORG>
myself, but the%!F(MISSING)
output is straight from the terminalThe text was updated successfully, but these errors were encountered: