Stephan Renatus

Results 49 issues of Stephan Renatus

There are a bunch of related modules that should be updated to stay on top of this. Since the number of PRs are annoying and I'd rather take care of...

dependencies
go

With this change, we'll be able to define substructures using refs in rules. Now, we can do this in **one file**, `foo.rego`: ```rego package basket small_numbers := {1, 2, 3}...

ORAS is doing a revamp in their v2 work: among other things, this should cut down dependencies significantly, and that would be very welcome to the use in OPA. *...

feature-request
inactive

``` $ opa eval -fpretty 'sprintf("%f", [13])' "%!f(int=13)" ``` This should output `"13"`. Using `%v` is a workaround, but won't allow us to control the number of digits after the...

bug

There's an issue with transaction handling when snapshot bundles are written to the store: intermittent write to the transaction for delta bundles and old bundle erasure would be lost because...

bug

Cosign (recently reached 1.0 🎉 👏) is a tool to create and verify signatures of OCI artifacts (not only images?). It avoids having to deal with the entire blob (images...

design
inactive
builtins

The policy reference contains a list of all the built-in functions; and examples for very few. It would be helpful for getting off the ground if some basic examples showed...

help wanted
docs
good first issue
inactive

With a large data.json file, we'll never be able to truncate the disk store on bundle activation: the value we attempt to write is larger than what a single txn...

bug
inactive

The docs currently tell you how it's configured. Where's missing is: 1. How does a bundle become an OCI artifact? 2. How is it pushed to, say, ghcr.io or some...

docs
inactive

Currently, we're putting "stuff" in "$persistence_path}/oci" or "/tmp/oci" (OS-dependent, some temp dir); but we're never cleaning it up. 1. Figure out if it needs to be cleaned up; and how...

feature-request
inactive