jetstack / kube-oidc-proxy

Reverse proxy to authenticate to managed Kubernetes API servers via OIDC.
https://jetstack.io
Apache License 2.0
478 stars 92 forks source link

user details in ingress logs #200

Open saiharshitachava opened 2 years ago

saiharshitachava commented 2 years ago

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