I have an internal Cloud Run service which is protected by Identity-Aware Proxy (IAP). Is it possible to access the user info (e.g. email who is using the service) from IAP inside the application? (e.g. to log user actions)
Maybe the info is already in some environmental variable that I can access inside the application?
Thanks for your help!