mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
caa24f0c4e
Before this change, if a discovery bundle didn't contain configuration for `persistence_directory`, this would be deleted from the manager's configuration. When enabling persistence of the discovery bundle this doesn't make much sense, as the first discovery bundle would erase the persistence settings. This change ensures that discovery never erases `persistence_directory`. Signed-off-by: Benjamin Nørgaard <mail@blacksails.dev>