Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debug/Trace logging for authentication #49575

Merged
merged 1 commit into from
Nov 27, 2019

Commits on Nov 26, 2019

  1. Add Debug/Trace logging for authentication

    Authentication has grown more complex with the addition of new realm
    types and authentication methods. When user authentication does not
    behave as expected it can be difficult to determine where and why it
    failed.
    
    This commit adds DEBUG and TRACE logging at key points in the
    authentication flow so that it is possible to gain addition insight
    into the operation of the system.
    
    Relates: elastic#49473
    tvernum committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    cb0bdc9 View commit details
    Browse the repository at this point in the history