mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
dd02a7f848
Earlier a snapshot bundle would describe the full state of OPA's policy/data and any update would require first erasing the state from the existing bundle and then activating the new bundle. This commit introduces a new bundle type called "delta". Delta bundles contain patches to data instead of snapshots. They allow users to efficiently make updates to OPA's data cache. Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>