Anders Eknert

Results 522 comments of Anders Eknert

Essentially, there could be two types of "missing" functions: - Custom functions written in Go - Custom functions written in Rego, but not defined in the bundle inspected Both of...

Agreed. [This change](https://github.com/open-policy-agent/opa/pull/6949) fixes the "undefined function" error reported here. But there are still cases where that's not going to be enough for the type checker to be happy, as...

Interesting! I haven't experienced this myself in Regal, where we pass the input schema when running tests. But that could be that it's simply a smaller schema, us using the...

Ooof, ours is 8kb uncompressed, so yes, that'll explain it.

Thanks for that detailed report! A contribution would be most welcome 😃

Hi @harshitasao 👋 and welcome back :) I'd say these would be welcome PR's right away: - Vulnerabilities - Pinned-Dependencies The rest would likely need to be done in collaboration...

You have to first fork OPA, then submit the PR from your fork

Hi there! And thanks for filing another issue :) The result of function calls should be cached by OPA for the scope a single evaluation, and as long as the...

Sounds good. Let us know what you find!