Skip to content

Expose user IP address in the logs #187

Description

@Dentrax

Currently, we are only exposing the following fields in the logs:

{
  "iss": "https://k8s.example.com",
  "sub": "...",
  "aud": "example-app",
  "exp": 1640342247,
  "iat": 1640255847,
  "at_hash": "...",
  "email": "foo@test.com",
  "email_verified": true,
  "groups": [
    ""
  ],
  "name": "Foo"
}

It would be great to pass user's IP address during the authentication process. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions