mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
919b290ef7
OPA supports multiple AWS authentication methods. Currently on an unsuccessful authentication, OPA logs the error at the debug level. It would be helpful especially in a prod env to surface these errors via the Status API to assist with debugging issues. This change attempts to achieve that. Fixes: #6232 Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>