jetstack/kube-oidc-proxy

user details in ingress logs

saiharshitachava opened this issue · 0 comments

HI

I installed oidc and im able to succesfully access it

I have a custom log format which can monitor these fields on oidc proxy ingress url
body_bytes_sent
bytes_sent
method
referer
request
request_length
request_time
status
time_local
upstream
upstream_addr
upstream_connect_time
upstream_header_time
upstream_response_time
upstream_status
uri_path
user_agent

Im planning to monitor who did what as in which users did wich request I want to append some ID or token related to it

Do we have any request headers which can do that?Im trying to see all request headers happening for a request but unfortunately have no way to see them

@JoshVanL any help here please