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
The error was caused by not having the trust store in the form "ca:blah". This error message is extremely unfriendly and the notation client should do more validation of the trust policy to provide a better user experience. I figured out my issue by reading the notation-go code, which should not be required.
What did you expect to happen?
An informative error message would be provided.
How can we reproduce it?
Create a trust policy like the example above
Describe your environment
WSL + Windows 11
What is the version of your Notation CLI or Notation Library?
notation version
Notation: Notary v2, A tool to sign, store, and verify artifacts.
Version: 0.12.0-beta.1
Go version: go1.19.2
Git commit: 965a0b7
The text was updated successfully, but these errors were encountered:
@jeremyrickard Thanks for reporting the issue. we did some improvements on output messages in upcoming rc.1 release. Besides that, new options --debug and --verbose will be added in rc.1 for notation sign and notation verify command, so that user can view more logs for information and troubleshooting.
What is the areas you experience the issue in?
Notation CLI
What is not working as expected?
I created a trust policy like:
After attempting to verify an image with this policy, I encountered the following error:
The error was caused by not having the trust store in the form "ca:blah". This error message is extremely unfriendly and the notation client should do more validation of the trust policy to provide a better user experience. I figured out my issue by reading the notation-go code, which should not be required.
What did you expect to happen?
An informative error message would be provided.
How can we reproduce it?
Create a trust policy like the example above
Describe your environment
WSL + Windows 11
What is the version of your Notation CLI or Notation Library?
notation version
Notation: Notary v2, A tool to sign, store, and verify artifacts.
Version: 0.12.0-beta.1
Go version: go1.19.2
Git commit: 965a0b7
The text was updated successfully, but these errors were encountered: