You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
There are a lot scenarios where OAuth2 Filter returns 401 status code. But in AccessLog there is no further detail why it was a 401. That makes troubleshooting hard. You have to switch to debug logging if you want more insights.
Description:
There are a lot scenarios where OAuth2 Filter returns 401 status code. But in AccessLog there is no further detail why it was a 401. That makes troubleshooting hard. You have to switch to debug logging if you want more insights.
Example:
"response_code":"401","response_flags":"-","response_code_details":""
We should enrich it with a short explainer:
envoy/source/extensions/filters/http/oauth2/filter.cc
Lines 859 to 863 in 2425431
Like this:
envoy/source/extensions/filters/http/oauth2/filter.cc
Line 759 in 2425431
results in
"response_code":"302","response_flags":"-","response_code_details":"oauth.logged_in"
cc: @zhaohuabing
The text was updated successfully, but these errors were encountered: