Ville Aikas
Ville Aikas
A caching interface was implemented and by default it's implemented by just a placeholder. We should implement a simple in-memory cache to reduce hits on registry. Interface: https://github.com/sigstore/policy-controller/blob/main/pkg/webhook/cache.go#L47 And then...
**Description** As described here: https://docs.google.com/document/d/1QWBvpwYxOy9njAmd8vpizNQpPti9rd5ugVhji0r3T4c/edit# in `Design` section 4. ``` SHOULD define a non-volatile local storage to allow for caching metadata and target files. Otherwise, MAY implement a local TUF...
**Description** Due to a series of unfortunate events the field name that points to Transparency Log (aka, Rekor) is incorrectly / confusingly called CTLog: https://github.com/sigstore/policy-controller/blob/main/pkg/apis/policy/v1alpha1/clusterimagepolicy_types.go#L113 The internal field name is...
**Description** We have some simple CUE (and zero for Rego) examples for doing extra policy validation. We should have a more comprehensive set of examples.
## New Image Pull Request Template Add jmods into -dev variant. Before this, if you tried to use `jlink`, you would get the following error message: ``` this runtime image...
**Description** It was not immediately clear why some of the changes in melange made ~week ago were not showing up in the CI pipeline that was causing then some unexpected...