Mayo

Results 40 comments of Mayo

Hi @vinniemo, thanks for reporting this, I think we might lack some information about your environment. - Which Loadbalancer are you using in the Kubernetes? - Which kube-proxy mode you...

The changes should go to `chore` instead of `feat`, and I think this small change is unnecessary to be included in the changelog.

How do you install Kong? Are building Kong from source? Please provide your method of running Kong. This can be a problem related to the "missing" luaossl library (pgmoon need...

@RamanaChowdam Thanks for reporting this. I re-produced this issue. Steps to re-produce: ```yaml version: "3.8" services: kong-migrations: image: kong:2.7.0 command: kong migrations bootstrap environment: KONG_PROXY_ERROR_LOG: /dev/stderr KONG_PG_USER: kong KONG_PG_DATABASE: kong...

I fixed it by installing luaossl library. It's a workaround for you @RamanaChowdam. I will be working this problem, seems something went wrong with pgmoon. https://github.com/mayocream/kong-tests/blob/f6396b97e231ee409edf9bb75084dff2237219ab/issues/8259/docker-compose.yml Add below parts to...

@fffonion Or we can replace `openssl.rand` with resty-openssl maybe?

> Can you post all related logs here?

I think it's a known issue here https://github.com/leafo/pgmoon/issues/108. But I can't re-produced it :(

> @JamesRamm, I suppose you are using somekind of authentication method in Postgres? If yes, then what? Since Postgres 14.0, the default `password_encryption` is `scram-sha-256`, in this case pgmoon requires...

> we had this issue and I confirm that setting `password_encryption` to `md5` on our postgres server + updating the password (very important to have it encrypted in md5) works...