[13:58:33] curious thing, not critically important but didn't quite make sense to me. In SessionProvider::provideSessionInfo( WebRequest $request ), $request->getIp() is returning 127.0.0.1 for requests from an app hosted in k8s, logging the requests shows envoy added `x-forwarded-for: 127.0.0.1`. That part is plausible. Curiously though fetching Special:MyContributions reports the k8s host (not [13:58:35] container) ip address. Why the variance? [14:04:44] best guess is mycontributions works off names, and names have extra protection against 127.0.0.1? [15:05:13] is Special:MyContributions also being fetched from within k8s or from the outside? [20:03:17] MyContributions.php uses User->getName(), which in turn calls WebRequest->getIP() for anons.