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
At the moment importing malformed keys with the notary client raises no error. using the debug flag -D we can see the error is being logged at INFO level.
eg.
notary key import priv.key -D
> DEBU[0000] Using the following trust directory: /Users/XXX/.docker/trust
> INFO[0000] failed to import key to store: Invalid key generated, key may be encrypted and does not contain path header
The text was updated successfully, but these errors were encountered:
At the moment importing malformed keys with the notary client raises no error. using the debug flag
-D
we can see the error is being logged at INFO level.eg.
The text was updated successfully, but these errors were encountered: