-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels