Binbin Li
Binbin Li
### What happened in your environment? When I update an existing inline or akv certStore with wrong configuration, I can only get a msg: `certificatestore.config.ratify.deislabs.io/ratify-notary-inline-cert configured` which doesn't indicate the...
Ratify is using cert-controller (v0.8.0) to help maintain the tls cert. This is how we add the rotator: https://github.com/deislabs/ratify/blob/dev/pkg/manager/manager.go#L176 It works fine for most of time, but sometimes the Reconcile...
**Describe the solution you'd like** Ratify is implementing a namespaced-level multi-tenancy feature. We'd like to have both validation/mutation requests taking namespace and image to Ratify. We could easily support the...
# Description ## What this PR does / why we need it: This PR is based on https://github.com/ratify-project/ratify/pull/1675, please check actual diff at: https://github.com/binbin-li/ratify/pull/212 ## Which issue(s) this PR fixes...
# Description ## What this PR does / why we need it: This PR will refactor the message format returned by Error(). The new format is following the proposed improvement...
# Description ## What this PR does / why we need it: This PR is part of effort for addressing https://github.com/ratify-project/ratify/issues/1654 1. Add `VerifierType` and `VerifierName` to replace `type` and...
### What would you like to be added? Ratify embeds the artifact reference, verifier reports and error (if exist) in the external data response. Take below an example failure message...
### What would you like to be added? Take this error message as example: ``` time=2024-07-17T16:28:16.939576441Z level=warning msg=Original Error: (Original Error: (HEAD "https://roacr.azurecr.io/v2/net-monitor/manifests/v2": GET "https://roacr.azurecr.io/oauth2/token?scope=repository%3Anet-monitor%3Apull&service=roacr.azurecr.io": response status code 401: unauthorized:...
### What would you like to be added? Referring to the current verification response: https://ratify.dev/docs/next/reference/verification-result-version#100, there are a few areas we could improve to be more descriptive and informative. 1....
### What would you like to be added? CR controllers adds the error messages to the CR status when the reconciling failed. However, artifact validation workflow will not catch the...