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": "[email protected]",
"email_verified": true,
"groups": [
""
],
"name": "Foo"
}
It would be great to pass user's IP address during the authentication process. What do you think?