mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
8ed2f899d1
OPA has support for Delta Bundles. The status object already contains valuable information such as last activation timestamp and the type e.g., snapshot vs delta. This change updates the bundle.Status object to include the bundle size. This can be useful for status endpoints to differentiate between the sizes of snapshot vs delta bundles. Issue: 4477 Signed-off-by: Bryan Fulton <bryan@styra.com>