Hello,
on my self-hosted pomerium instance I see a lot of requests going to the type.googleapis.com
domain, such as:
type.googleapis.com/session.Session
type.googleapis.com/user.User
type.googleapis.com/user.ServiceAccount
I’m not using Google IdP. What’s the reason behind these requests? Is it documented somewhere? Can they be disabled? What data is being sent to Google?
Thanks.