Ashutosh Narkar
Ashutosh Narkar
> @ashutosh-narkar Ok, makes sense. What are your thoughts regarding test cases here? My initial thought is that it should be enough to modify one or some of the tests...
> However, I guess we could still change the Truncate methods in the disk and in-memory stores, as you first suggested. That would still require us to change a couple...
Thanks @martinjoha ! If you can rebase and squash your commits we can merge this.
@martinjoha if it helps [this](https://www.openpolicyagent.org/docs/edge/contrib-development/) page can give you pointers around commit messages etc.
> The elements in the bundles[_].errors array should be the result from calling error.Error(), as we probably want to know why a bundle update failed. Are you saying you weren't...
> Indeed we are dealing with compile errors on our side. So in your case, there is a compile error which you probably saw from the `message` field but the...
Yes @kristiansvalland that would be right place to update the doc. I think improving that section would be great. Thanks!
The issue seems to be when we format the Rego module, the writer thinks the user defined function call `or` is the set union builtin function (`|`) and hence attempts...
The idea here is that when OPA initially starts the bundle server sends a snapshot and they deltas for the next updates. The server would be responsible for maintaining the...
You'll have to build out a service that is aware of the bundle version each OPA currently has and then create the right bundle and serve via S3. You basically...