mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
f0b351d683
When the discovery plugin receives a a discovery bundle which omits the discovery configuration, it deletes its own configuration from the manager. In turn this means that `GET /v1/config` doesn't show the configuration of the discovery plugin. This change ensures that the plugin will never overwrite the discovery configuration on the manager. Signed-off-by: Benjamin Nørgaard <mail@blacksails.dev>