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
Now that we are signing the artifacts, we should make jx upgrade cli verify the artifact before upgrading the version. This can be done using cosign verify-blob. Normally the way to verify blobs is this:
Now that we are signing the artifacts, we should make jx upgrade cli verify the artifact before upgrading the version. This can be done using cosign verify-blob. Normally the way to verify blobs is this:
jx upgrade cli will do all this transparently.
Eventually we want to do this for all the plugins (they are not signed yet) and only install verified plugins in user's workstation,
For example, this does not verify the binary before installing:
The text was updated successfully, but these errors were encountered: