mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
ebc3ab241a
Previously the HTTP request context was included in the request context at the info access log level. This means if the access log level was set to error for instance, the context would not include the http request context and hence it would not be surfaced via decision logs. This change always add the http request context to the request context so that HTTP info like headers will be surfaced via decision logs irrespective of the access log level. Fixes: #6951 Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>