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
The generic 401 error response from authenticators (specifically authn-k8s) can have a variety of root causes, some of them not directly related to the authentication credentials themselves, but rather issues with the authenticator configuration.
Currently the way to gather more information for a authentication failures is to increase the log level for Conjur to debug. However, this also turns on logging of all database queries, and because the rotator process executes a SQL query every second for pending rotations, this makes it very difficult to find the information you're looking for.
The proposal to improve this experience is to log authentication failures at the info log level, rather than debug.
The text was updated successfully, but these errors were encountered:
orenbm
changed the title
Log authentication and login failures at the warn level, rather than debug
Log authentication and login failures at the info level, rather than debugJun 29, 2020
The generic
401
error response from authenticators (specificallyauthn-k8s
) can have a variety of root causes, some of them not directly related to the authentication credentials themselves, but rather issues with the authenticator configuration.Currently the way to gather more information for a authentication failures is to increase the log level for Conjur to
debug
. However, this also turns on logging of all database queries, and because the rotator process executes a SQL query every second for pending rotations, this makes it very difficult to find the information you're looking for.The proposal to improve this experience is to log authentication failures at the
info
log level, rather thandebug
.The text was updated successfully, but these errors were encountered: