mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
9c9bc29f5a
The issue was that with bundles loaded from the file system we would not initialize the mutex used for checking bundle status. This fixes the initialization and prevents the error. Health status works as expected now. Fixes: #1703 Signed-off-by: Patrick East <east.patrick@gmail.com>