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
If there are no keys present for notation and you successfully add a key via notation key add <key> it does not make this key the default key and hence when you try to sign something it gives this: Error: signing key not found
We should add a check that if there are no keys present, we make the key added the default key without having to pass the --default flag.
The text was updated successfully, but these errors were encountered:
The experience is right but the error message is wrong. Error should say default signing key not set. Please set default singing key or specify a key name.
The experience is right but the error message is wrong. Error should say default signing key not set. Please set default singing key or specify a key name.
Could there be a quick fix for the error message? I am not sure if the error is printed out from CLI or library
If there are no keys present for notation and you successfully add a key via
notation key add <key>
it does not make this key the default key and hence when you try to sign something it gives this:Error: signing key not found
We should add a check that if there are no keys present, we make the key added the default key without having to pass the --default flag.
The text was updated successfully, but these errors were encountered: