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

Enrich Dex logs with real IP and request ID #3661

Merged
merged 3 commits into from
Aug 1, 2024

Commits on Jul 30, 2024

  1. Enrich Dex logs with real IP and request ID

    - Include client's real IP in logs.
    - Capture and log unique request IDs.
    - Update middleware to extract and forward this data.
    - Enhance debugging and traceability.
    Improves insight and troubleshooting efficiency.
    
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ac1c12b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Apply suggestions from code review

    Co-authored-by: Márk Sági-Kazár <sagikazarmark@users.noreply.github.com>
    Signed-off-by: Maksim Nabokikh <max.nabokih@gmail.com>
    nabokihms and sagikazarmark committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    10ab83e View commit details
    Browse the repository at this point in the history
  2. Fix codereview suggestions

    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a3995ff View commit details
    Browse the repository at this point in the history