mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
9e28c5e673
Currently when OPA's HTTP server rejects requests per the authz policy, this is not accounted for via the management APIs. This change adds that count in the metric registry that is part of the Status API for more visibility. Fixes: #3378 Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>