Ashutosh Narkar

Results 273 comments of Ashutosh Narkar

@cube2222 does you implementation add couple of builtins that perform the above operations? Feel free to open a draft PR with your changes.

@Joffref have you considered using the [Activate](https://github.com/open-policy-agent/opa/blob/main/bundle/store.go#L308) method. That would be a better way to go about this instead of making `applyPatches` public.

From what I understood earlier, I thought you have a snapshot bundle activated in the store and now you want to activate a delta bundle. Is that the case? If...

> Activate throw an error about roots and bundle path overlapping unless you merge the two bundle The purpose of the Activate call is to activate a bundle (delta or...

Closing this as OPA's `storage` package provides the necessary functions to patch data.

Initial work for the `e2e` mode has been completed as part of [this](https://github.com/open-policy-agent/opa/pull/4788). Support for authn/authz and config file is not addressed in these changes.

[This](https://github.com/open-policy-agent/opa/issues/4899) issue captures the additional updates that can be added to `opa bench` with `e2e` mode enabled.

Thanks for filing this. Can you elaborate a bit more about the process of obtaining a reserved identity in CVE system. I do not think other graduated projects have obtained...

Thanks from looking into this. Afaik, first there is a disclosure of the vulnerability and then a CVE ID is assigned to it.

@martinjoha thanks for reporting the issue and adding a fix. I don't think need to update the interface with a new `ID` field. If we trim the policy path for...