Alexander Kukushkin

Results 295 comments of Alexander Kukushkin
trafficstars

> What is consuming the CPU? wal-e, postgres, or both? wal-e ![image](https://user-images.githubusercontent.com/3407345/28154124-2b3e7d1a-67a9-11e7-9793-6b92fcff4397.png) > Is it possible you are not replaying data as quickly? Well, may be, but only because all...

I think one of the existing forks already supports it: https://github.com/WLOGSolutions/pam-oauth2

Hi @guzman-raphael, what exactly do you want to debug? The module implements only [pam_sm_authenticate()](https://github.com/CyberDem0n/pam-oauth2/blob/master/pam_oauth2.c#L193), which calls oauth2_authenticate(). The last one does most of the job. For local debugging probably the...

Hi, I think you should read https://github.com/CyberDem0n/pam-oauth2/issues/2, it has a lot of useful information.

Packages are either installed as standard Ubuntu packages with apt-get or with pip3. In both cases latest possible versions are installed. But, for example Ubuntu packages sometimes get these vulnerabilities...

Hi @jberkus, we are also running Kubernetes on AWS and yes, that was a bug in Spilo. It was resolving AWS node IP by doing http request on http://169.254.169.254 instead...

It uses either the `ip` from instance metadata (if running in the cloud) or the IP of the docker interface. If running on K8s it also accepts `POD_IP` environment variable....

Hi @michailbrynard I think it was shut down by Patroni for some reason. More details should be in the Patroni log: ``` $ kubectl logs patroni-rehive-core-patroni-0 ``` Do you run...

Yeah, it really looks like a short downtime of k8s API on GKE. It would be great to get from the logs how long it wasn't accessible and adjust retry_timeout...