Binbin Li
Binbin Li
Besides `notation login`, we need `username/password` options in other commands as well since the cli doesn't come with `Credentials Store` configured. The current cli spec shows only `login` command support...
# Description ## What this PR does / why we need it: Added some unit tests for KMP and CertStore to cover the basic reconcile logics. Check diff at: https://github.com/binbin-li/ratify/pull/148...
### What would you like to be added? Current unit test cases are not fuzzed, Ratify could utilize go fuzzing to generate random data to help expose bugs and detect...
### What would you like to be added? We'll have some breaking changes from v1 to v2, this issue is mainly for tracking all required breaking changes in case we...
### What would you like to be added? As Ratify supports passing `traceID` to remote registry via embedding to request header, https://ratify.dev/docs/reference/logger/#request-headers, we could enable it for AKS e2e tests...
### What would you like to be added? Codecov setting needs to be manually updated after we migrate repo to new organization. ### Anything else you would like to add?...
### What would you like to be added? When we configure store or policy through CRD, the `metadata.name` is the real name for this resource, and `spec.name` behaves as type....
### What would you like to be added? Notation spec supports 3 trust store types: ca, tsa and signingAuthority: https://github.com/notaryproject/specifications/blob/main/specs/trust-store-trust-policy.md#trust-policy-properties Ratify presently doesn't differentiate between types, and we used to...